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/boot | |
parent | 2e8daf060b01c59cc604b64bd9023fc20f16d7d3 (diff) |
install into man8/arch subdirs
Diffstat (limited to 'sys/arch/hppa/stand/boot')
-rw-r--r-- | sys/arch/hppa/stand/boot/Makefile | 3 |
1 files changed, 2 insertions, 1 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}/.. |