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
/
ofctl
/
Makefile
blob
08fa2f74c7673441cad98530fef9e4c6cba36f16
1
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
2
# $NetBSD: Makefile,v 1.5 2009/02/14 13:56:42 abs Exp $
3
4
.if
${
MACHINE
} ==
"sparc64"
||
${
MACHINE
} ==
"macppc"
\
5
||
${
MACHINE
} ==
"shark"
||
${
MACHINE
} ==
"sparc"
6
7
PROG
=
ofctl
8
9
SRCS
=
ofctl.c
10
11
LDADD
+= -
lprop
12
DPADD
+= ${
LIBPROP
}
13
14
.
endif
15
16
MAN
=
ofctl
.8
17
18
.
include
<
bsd.prog.mk
>