diff options
-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 |