blob: 1a890dff230b514f73782a0e32283b83840249c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile,v 1.7 2002/09/18 03:54:32 lukem Exp $
.include <bsd.own.mk>
.if ${MACHINE} == "atari" || ${MACHINE} == "amiga"
PROG=iteconfig
CPPFLAGS+=-I${NETBSDSRCDIR}/sys/arch -D${MACHINE}
.endif
MAN= iteconfig.8
.include <bsd.prog.mk>
|