diff options
Diffstat (limited to 'sys/arch/i386/stand/installboot/Makefile')
-rw-r--r-- | sys/arch/i386/stand/installboot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/installboot/Makefile b/sys/arch/i386/stand/installboot/Makefile index e52323c5e06..5a00aa2a871 100644 --- a/sys/arch/i386/stand/installboot/Makefile +++ b/sys/arch/i386/stand/installboot/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.6 2000/05/25 20:32:57 deraadt Exp $ +# $OpenBSD: Makefile,v 1.7 2000/05/25 21:55:01 deraadt Exp $ PROG= installboot MAN= installboot.8 -MANSUBDIR=i386 +MANSUBDIR=/i386 LDADD= -lutil DPADD= ${LIBUTIL} |