summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>1997-08-29 22:28:22 +0000
committermickey <mickey@openbsd.org>1997-08-29 22:28:22 +0000
commit6fbe5f1c3f2ce152261637ead824a7fc300aa40a (patch)
tree55f95d5b34ec7694261acbfd8991a7952be8babd
parentifdef partition table and NT s# w/ BEMBR (diff)
downloadwireguard-openbsd-6fbe5f1c3f2ce152261637ead824a7fc300aa40a.tar.xz
wireguard-openbsd-6fbe5f1c3f2ce152261637ead824a7fc300aa40a.zip
missed from last ci, add -lutil
-rw-r--r--sys/arch/i386/stand/installboot/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/stand/installboot/Makefile b/sys/arch/i386/stand/installboot/Makefile
index 83183a0a50e..eaaea1307fa 100644
--- a/sys/arch/i386/stand/installboot/Makefile
+++ b/sys/arch/i386/stand/installboot/Makefile
@@ -1,8 +1,10 @@
-# $OpenBSD: Makefile,v 1.4 1997/06/23 23:45:16 kstailey Exp $
+# $OpenBSD: Makefile,v 1.5 1997/08/29 22:28:22 mickey Exp $
PROG= installboot
MAN= installboot.8
+LDADD= -lutil
+DPADD= ${LIBUTIL}
# Need this to work in the miniroot
LDSTATIC= -static