diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-08 22:49:26 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-08 22:49:26 +0000 |
commit | 650399bcf3c687ee839f4df9dc53b08ed98effe6 (patch) | |
tree | 101d415c7bac485d81f1c8f6815a35396e1f441e | |
parent | 0491e17e157c3065afddff64e3c072de826fbdb9 (diff) |
no man page!
-rw-r--r-- | sys/arch/i386/stand/mbr/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/arch/i386/stand/mbr/Makefile b/sys/arch/i386/stand/mbr/Makefile index 63007c23774..e15897c9563 100644 --- a/sys/arch/i386/stand/mbr/Makefile +++ b/sys/arch/i386/stand/mbr/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 1999/07/08 20:11:53 deraadt Exp $ +# $OpenBSD: Makefile,v 1.10 1999/07/08 22:49:25 deraadt Exp $ # PROG= mbr @@ -7,8 +7,9 @@ AFLAGS+=-I${.CURDIR} -I${.CURDIR}/../../.. #-Wa,-a LD=ld LDFLAGS=-nostdlib -Ttext 0 -x -N -s -Bstatic -MAN+= mbr.8 -MANSUBDIR=/i386 +NOMAN= +#MAN+= mbr.8 +#MANSUBDIR=/i386 INSTALL_STRIP= SADIR=${.CURDIR}/.. |