diff options
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/encrypt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/encrypt/Makefile b/usr.bin/encrypt/Makefile index ad1de86e219..edcd7d461d8 100644 --- a/usr.bin/encrypt/Makefile +++ b/usr.bin/encrypt/Makefile @@ -1,5 +1,6 @@ -# $OpenBSD: Makefile,v 1.4 1997/03/30 19:22:42 provos Exp $ +# $OpenBSD: Makefile,v 1.5 1998/04/11 09:46:38 deraadt Exp $ +LDSTATIC= ${STATIC} PROG= encrypt SRCS= encrypt.c pwd_gensalt.c .PATH: ${.CURDIR}/../passwd |