diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-08-29 22:28:23 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-08-29 22:28:23 +0000 |
commit | 817805ad9fd88b4520e8f5df04663c363259882e (patch) | |
tree | 572a815b32ec251c357e032e85a14eb9c9213d20 /sys/arch | |
parent | cab7472f2230c7d6c473ee08a7f8076221773fed (diff) |
missed from last ci, add -lutil
Diffstat (limited to 'sys/arch')
-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 |