NetBSD/usr.sbin/iteconfig/Makefile

13 lines
249 B
Makefile
Raw Normal View History

2002-09-18 07:54:26 +04:00
# $NetBSD: Makefile,v 1.7 2002/09/18 03:54:32 lukem Exp $
.include <bsd.own.mk>
1994-04-05 05:56:24 +04:00
1997-06-23 08:51:16 +04:00
.if ${MACHINE} == "atari" || ${MACHINE} == "amiga"
1994-04-05 05:56:24 +04:00
PROG=iteconfig
2002-09-18 07:54:26 +04:00
CPPFLAGS+=-I${NETBSDSRCDIR}/sys/arch -D${MACHINE}
1997-06-23 08:51:16 +04:00
.endif
1997-06-23 18:15:33 +04:00
MAN= iteconfig.8
1994-04-05 05:56:24 +04:00
.include <bsd.prog.mk>