NetBSD/usr.sbin/hilinfo/Makefile

12 lines
201 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.5 1999/02/13 02:54:59 lukem Exp $
1994-04-05 01:52:21 +04:00
1997-06-23 08:51:16 +04:00
.if ${MACHINE} == "hp300"
1994-04-05 01:52:21 +04:00
PROG= hilinfo
1997-10-25 10:57:53 +04:00
CPPFLAGS+= -I${.CURDIR}/../../sys/arch/hp300
.else
MKOBJ= no
1997-06-23 08:51:16 +04:00
.endif
MKMAN= no
1994-04-05 01:52:21 +04:00
.include <bsd.prog.mk>