NetBSD/usr.sbin/hilinfo/Makefile
lukem dcab0210a0 convert from NOxxx= to MKxxx=no.
include <bsd.own.mk> if testing a MKxxx variable.
1999-02-13 02:54:17 +00:00

12 lines
201 B
Makefile

# $NetBSD: Makefile,v 1.5 1999/02/13 02:54:59 lukem Exp $
.if ${MACHINE} == "hp300"
PROG= hilinfo
CPPFLAGS+= -I${.CURDIR}/../../sys/arch/hp300
.else
MKOBJ= no
.endif
MKMAN= no
.include <bsd.prog.mk>