diff options
author | 1998-04-11 09:46:38 +0000 | |
---|---|---|
committer | 1998-04-11 09:46:38 +0000 | |
commit | badb2e1164a335201536ba158679d204c35a6166 (patch) | |
tree | e269a38ff67e5fe3d867cab6117e167a58263091 | |
parent | mail describes the afterboot thing now (diff) | |
download | wireguard-openbsd-badb2e1164a335201536ba158679d204c35a6166.tar.xz wireguard-openbsd-badb2e1164a335201536ba158679d204c35a6166.zip |
make static for install purposes
-rw-r--r-- | usr.bin/encrypt/Makefile | 3 | ||||
-rw-r--r-- | usr.sbin/pwd_mkdb/Makefile | 3 |
2 files changed, 4 insertions, 2 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 diff --git a/usr.sbin/pwd_mkdb/Makefile b/usr.sbin/pwd_mkdb/Makefile index fd324f547ff..1aa5846a392 100644 --- a/usr.sbin/pwd_mkdb/Makefile +++ b/usr.sbin/pwd_mkdb/Makefile @@ -1,5 +1,6 @@ -# $OpenBSD: Makefile,v 1.4 1997/09/21 11:44:07 deraadt Exp $ +# $OpenBSD: Makefile,v 1.5 1998/04/11 09:46:40 deraadt Exp $ +LDSTATIC= ${STATIC} PROG= pwd_mkdb SRCS= pwd_mkdb.c getpwent.c MAN= pwd_mkdb.8 |