=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/encrypt/Makefile,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/usr.bin/encrypt/Makefile 2002/06/27 19:56:03 1.7 --- src/usr.bin/encrypt/Makefile 2014/12/24 22:04:26 1.8 *************** *** 1,17 **** ! # $OpenBSD: Makefile,v 1.7 2002/06/27 19:56:03 art Exp $ # Must be static because the floppies use it through a chroot. LDSTATIC= ${STATIC} PROG= encrypt ! SRCS= encrypt.c pwd_gensalt.c ! .PATH: ${.CURDIR}/../passwd ! ! LDADD = -lutil ! DPADD= ${LIBUTIL} ! LIBEXEC?= /usr/libexec ! ! LINKS= ${BINDIR}/encrypt ${LIBEXEC}/makekey ! MLINKS= encrypt.1 makekey.8 .include --- 1,9 ---- ! # $OpenBSD: Makefile,v 1.8 2014/12/24 22:04:26 tedu Exp $ # Must be static because the floppies use it through a chroot. LDSTATIC= ${STATIC} PROG= encrypt ! SRCS= encrypt.c .include