NetBSD/usr.sbin/hilinfo/Makefile

11 lines
175 B
Makefile
Raw Normal View History

1997-06-23 08:51:16 +04:00
# $Id: Makefile,v 1.2 1997/06/23 04:51:28 mrg 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
CFLAGS+= -I${.CURDIR}/../../sys/arch/hp300
1997-06-23 08:51:16 +04:00
.endif
NOMAN=
1994-04-05 01:52:21 +04:00
.include <bsd.prog.mk>