diff options
Diffstat (limited to 'sys/arch/hppa/stand/mkboot/Makefile')
-rw-r--r-- | sys/arch/hppa/stand/mkboot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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)/.. |