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]
/
external
/
cddl
/
Makefile
blob
ef6391555fd07714ab3e5a5332e98fc6fe51c65d
1
# $NetBSD$
2
.
include
<
bsd.own.mk
>
3
4
# We need more modular flag e.g. we can add dtrace to osnet later
5
6
.if
( ${
MKZFS
} !=
"no"
)
7
SUBDIR
+=
osnet
8
.
endif
9
10
.
include
<
bsd.subdir.mk
>
11