summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-04-11 09:46:41 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-04-11 09:46:41 +0000
commit50eb7232c65e9c7f91f5ccc027cbf62cc5c3bc73 (patch)
tree632c1d1b864e12642c98af2a12444c0035c4a63e
parent87756273b35dcdeb9b0da290137a80bc6d491f7b (diff)
make static for install purposes
-rw-r--r--usr.bin/encrypt/Makefile3
-rw-r--r--usr.sbin/pwd_mkdb/Makefile3
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