diff options
-rw-r--r-- | sys/arch/i386/stand/biosboot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/stand/biosboot/Makefile b/sys/arch/i386/stand/biosboot/Makefile index a7c41f98fe2..d628bad8d43 100644 --- a/sys/arch/i386/stand/biosboot/Makefile +++ b/sys/arch/i386/stand/biosboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.17 1998/05/28 20:52:34 mickey Exp $ +# $OpenBSD: Makefile,v 1.18 1999/07/09 21:13:39 deraadt Exp $ PROG= biosboot SRCS= biosboot.S @@ -6,6 +6,7 @@ LD=ld LDFLAGS=-nostdlib -Ttext 0 -N -x -Bstatic INSTALL_STRIP= MAN= biosboot.8 +MANSUBDIR=/i386 SADIR= ${.CURDIR}/.. ${PROG}: $(OBJS) $(DPADD) |