freebsd-dev/usr.bin/lock/Makefile
Marcel Moolenaar 7c99ddf2cc Add libmd (or move it after libcrypt). We don't want the linker to be
smart because it will definitely get it wrong. This popped up during
cross-linking.
1999-12-16 10:55:45 +00:00

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>