diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2000-05-18 16:46:39 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2000-05-18 16:46:39 +0000 |
commit | 1c8b56cf9f937e32a97876868398b44aa1cb2d0b (patch) | |
tree | da38680ea960081c983674a38383063eb124ebde /usr.sbin/hilinfo/Makefile | |
parent | c79b06e06f96af5e95aee171cc5f929f22910ae3 (diff) |
Prepare to recurse down usr.sbin to grab manpages
Diffstat (limited to 'usr.sbin/hilinfo/Makefile')
-rw-r--r-- | usr.sbin/hilinfo/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/usr.sbin/hilinfo/Makefile b/usr.sbin/hilinfo/Makefile index 5ffc4f12f4e..0f798f86594 100644 --- a/usr.sbin/hilinfo/Makefile +++ b/usr.sbin/hilinfo/Makefile @@ -1,7 +1,13 @@ -# $OpenBSD: Makefile,v 1.2 1997/09/21 11:43:43 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 2000/05/18 16:46:38 espie Exp $ +.if ${MACHINE}=="hp300" PROG= hilinfo -NOMAN= CFLAGS+= -I${.CURDIR}/../../sys/arch/hp300 +.else +NOPROG=yes +.endif + +NOMAN= +MANSUBDIR=hp300 .include <bsd.prog.mk> |