=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/encrypt/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/encrypt/Makefile 1996/08/26 21:30:10 1.3 +++ src/usr.bin/encrypt/Makefile 1997/03/30 19:22:42 1.4 @@ -1,7 +1,10 @@ -# $OpenBSD: Makefile,v 1.3 1996/08/26 21:30:10 pefo Exp $ +# $OpenBSD: Makefile,v 1.4 1997/03/30 19:22:42 provos Exp $ PROG= encrypt +SRCS= encrypt.c pwd_gensalt.c +.PATH: ${.CURDIR}/../passwd +LDADD = -lutil LIBEXEC?= /usr/libexec LINKS= ${BINDIR}/encrypt ${LIBEXEC}/makekey