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]
/
sys
/
modules
/
exec_script
/
Makefile
blob
a5d0cc5d5bfee297b7ec3ec59202faf7a2f0612e
1
# $NetBSD: Makefile,v 1.1 2008/11/13 10:03:22 ad Exp $
2
3
.
include
"../Makefile.inc"
4
5
KMOD
=
exec_script
6
7
CPPFLAGS
+= -
DEXEC_SCRIPT
8
9
.PATH
: ${
S
}/
kern
10
SRCS
=
exec_script.c
11
12
.
include
<
bsd.kmodule.mk
>