diff options
author | 1997-08-29 22:28:22 +0000 | |
---|---|---|
committer | 1997-08-29 22:28:22 +0000 | |
commit | 6fbe5f1c3f2ce152261637ead824a7fc300aa40a (patch) | |
tree | 55f95d5b34ec7694261acbfd8991a7952be8babd | |
parent | ifdef partition table and NT s# w/ BEMBR (diff) | |
download | wireguard-openbsd-6fbe5f1c3f2ce152261637ead824a7fc300aa40a.tar.xz wireguard-openbsd-6fbe5f1c3f2ce152261637ead824a7fc300aa40a.zip |
missed from last ci, add -lutil
-rw-r--r-- | sys/arch/i386/stand/installboot/Makefile | 4 |
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 |