repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
usr.sbin
/
iteconfig
/
Makefile
blob
004167c3c41025b4919a9add68201276c8884cb5
1
# $NetBSD: Makefile,v 1.6 1997/10/25 06:58:18 lukem Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
.if
${
MACHINE
} ==
"atari"
||
${
MACHINE
} ==
"amiga"
6
PROG
=
iteconfig
7
CPPFLAGS
+=-
I
${
NETBSDSRCDIR
}/
sys
/
arch
-
D
${
MACHINE
}
8
.
endif
9
10
MAN
=
iteconfig
.8
11
12
.
include
<
bsd.prog.mk
>