summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pwd_mkdb
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2015-10-12 13:53:40 +0000
committerderaadt <deraadt@openbsd.org>2015-10-12 13:53:40 +0000
commit4dd6637a29db44d7651ce5a56e77e51b45bfaf4b (patch)
treef82786bcb03beb4e152f3de44c0fae03b73f3fa5 /usr.sbin/pwd_mkdb
parentthe pattr argument to IFQ_ENQUEUE is unused, so let's get rid of it. (diff)
downloadwireguard-openbsd-4dd6637a29db44d7651ce5a56e77e51b45bfaf4b.tar.xz
wireguard-openbsd-4dd6637a29db44d7651ce5a56e77e51b45bfaf4b.zip
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
Diffstat (limited to 'usr.sbin/pwd_mkdb')
-rw-r--r--usr.sbin/pwd_mkdb/Makefile5
1 files changed, 1 insertions, 4 deletions
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