diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-04-11 09:46:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-04-11 09:46:41 +0000 |
commit | 50eb7232c65e9c7f91f5ccc027cbf62cc5c3bc73 (patch) | |
tree | 632c1d1b864e12642c98af2a12444c0035c4a63e /usr.bin | |
parent | 87756273b35dcdeb9b0da290137a80bc6d491f7b (diff) |
make static for install purposes
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 |