mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05:00
automagically. -lfoo has to be right to work, but ${LIBFO0} is too
easy to forget or misspell; nothing checks it and it should be
different for shared libraries.
9 lines
133 B
Makefile
9 lines
133 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= lock
|
|
BINOWN= root
|
|
BINMODE=4555
|
|
DPADD= ${LIBCRYPT}
|
|
LDADD= -lcrypt
|
|
|
|
.include <bsd.prog.mk>
|