7c99ddf2cc
smart because it will definitely get it wrong. This popped up during cross-linking.
10 lines
146 B
Makefile
10 lines
146 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= lock
|
|
BINMODE=4555
|
|
DPADD= ${LIBCRYPT} ${LIBMD}
|
|
LDADD= -lcrypt -lmd
|
|
|
|
.include <bsd.prog.mk>
|