diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-09 21:13:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-09 21:13:40 +0000 |
commit | 8236c5c93366dd5b0033af2a4a83a4198c64958f (patch) | |
tree | a21ed18f39b9a8b30ed377e03e442e7bea7150e7 /sys/arch/i386 | |
parent | 5f804591c57bd0cc82133e0c1c46eb40be4b5fd9 (diff) |
MANSUBDIR
Diffstat (limited to 'sys/arch/i386')
-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) |