These no longer need to be static. The ramdisk's no longer reach-around
authorderaadt <deraadt@openbsd.org>
Mon, 12 Oct 2015 13:53:40 +0000 (13:53 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 12 Oct 2015 13:53:40 +0000 (13:53 +0000)
and use the one in the base install, but have their own copy.
ok millert sthen miod daniel

usr.bin/encrypt/Makefile
usr.sbin/pwd_mkdb/Makefile

index fdb0372..94c267a 100644 (file)
@@ -1,8 +1,5 @@
-#      $OpenBSD: Makefile,v 1.8 2014/12/24 22:04:26 tedu Exp $
+#      $OpenBSD: Makefile,v 1.9 2015/10/12 13:53:40 deraadt Exp $
 
-# Must be static because the floppies use it through a chroot.
-
-LDSTATIC=      ${STATIC}
 PROG=  encrypt
 SRCS= encrypt.c
 
index a711ed9..d55081d 100644 (file)
@@ -1,8 +1,5 @@
-#      $OpenBSD: Makefile,v 1.9 2012/11/02 21:53:16 miod Exp $
+#      $OpenBSD: Makefile,v 1.10 2015/10/12 13:53:40 deraadt Exp $
 
-# static because it's used by the boot floppy through a chroot.
-
-LDSTATIC=      ${STATIC}
 PROG=  pwd_mkdb
 MAN=   pwd_mkdb.8
 LDADD+=        -lutil