diff options
author | David Krause <david@cvs.openbsd.org> | 2003-07-19 00:03:53 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-07-19 00:03:53 +0000 |
commit | 7b79c7366ff21764d1b5f6a37f85fd6307cab99e (patch) | |
tree | aaa1721b7715cbb2abfe1b5e901377dff959d779 /sys/arch/hppa/stand/mkboot | |
parent | 7da37264d9626a821731a590b0e20fb530348aab (diff) |
don't specify the leading "/" in MANSUBDIR (otherwise "//" occurs)
ok millert@
Diffstat (limited to 'sys/arch/hppa/stand/mkboot')
-rw-r--r-- | sys/arch/hppa/stand/mkboot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/stand/mkboot/Makefile b/sys/arch/hppa/stand/mkboot/Makefile index 3df2f98cf3a..81f7dc51a7f 100644 --- a/sys/arch/hppa/stand/mkboot/Makefile +++ b/sys/arch/hppa/stand/mkboot/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.5 2003/01/30 05:36:18 mickey Exp $ +# $OpenBSD: Makefile,v 1.6 2003/07/19 00:03:52 david Exp $ MAN= mkboot.8 -MANSUBDIR=/hppa +MANSUBDIR=hppa .if ${MACHINE} == "hppa" PROG= mkboot |