diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-08 20:11:55 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-08 20:11:55 +0000 |
commit | c29c3cb59d4ed62d960d764d5d5c40a5c01293ac (patch) | |
tree | a4381807114a3ce0b62c626c38b43693a5613563 /sys/arch/hppa/stand | |
parent | 2e8daf060b01c59cc604b64bd9023fc20f16d7d3 (diff) |
install into man8/arch subdirs
Diffstat (limited to 'sys/arch/hppa/stand')
-rw-r--r-- | sys/arch/hppa/stand/boot/Makefile | 3 | ||||
-rw-r--r-- | sys/arch/hppa/stand/mkboot/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/hppa/stand/boot/Makefile b/sys/arch/hppa/stand/boot/Makefile index bd94b368b3b..1eb30a8e264 100644 --- a/sys/arch/hppa/stand/boot/Makefile +++ b/sys/arch/hppa/stand/boot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 1999/04/20 20:08:27 mickey Exp $ +# $OpenBSD: Makefile,v 1.8 1999/07/08 20:11:52 deraadt Exp $ PROG= boot SRCS= srt0.S boot.c cmd.c vars.c bootarg.c conf.c @@ -7,6 +7,7 @@ LDFLAGS+=-Bstatic -nostartfiles -nostdlib -N -Ttext $(LINKADDR) LDFLAGS+=-T ${.CURDIR}/ld.script -Map boot.map SIZE?= size MAN= boot.8 +MANSUBDIR=/hppa MLINKS= boot.8 boot.conf.8 S =${.CURDIR}/../../../.. SADIR= ${.CURDIR}/.. diff --git a/sys/arch/hppa/stand/mkboot/Makefile b/sys/arch/hppa/stand/mkboot/Makefile index d8a98a1633c..873d73bfbbe 100644 --- a/sys/arch/hppa/stand/mkboot/Makefile +++ b/sys/arch/hppa/stand/mkboot/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.1 1998/06/23 18:46:43 mickey Exp $ +# $OpenBSD: Makefile,v 1.2 1999/07/08 20:11:53 deraadt Exp $ PROG= mkboot CC= ${HOSTCC} CFLAGS+=-g LDSTATIC= -static MAN= mkboot.8 +MANSUBDIR=/hppa S= ${.CURDIR}/../../../.. SADIR= ${.CURDIR)/.. |