From 4dd6637a29db44d7651ce5a56e77e51b45bfaf4b Mon Sep 17 00:00:00 2001 From: deraadt Date: Mon, 12 Oct 2015 13:53:40 +0000 Subject: [PATCH] These no longer need to be static. The ramdisk's no longer reach-around and use the one in the base install, but have their own copy. ok millert sthen miod daniel --- usr.bin/encrypt/Makefile | 5 +---- usr.sbin/pwd_mkdb/Makefile | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/usr.bin/encrypt/Makefile b/usr.bin/encrypt/Makefile index fdb03721fcd..94c267aaaa3 100644 --- a/usr.bin/encrypt/Makefile +++ b/usr.bin/encrypt/Makefile @@ -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 diff --git a/usr.sbin/pwd_mkdb/Makefile b/usr.sbin/pwd_mkdb/Makefile index a711ed93bf6..d55081d4ac5 100644 --- a/usr.sbin/pwd_mkdb/Makefile +++ b/usr.sbin/pwd_mkdb/Makefile @@ -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 -- 2.20.1