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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
sys
/
modules
/
secmodel_bsd44
/
Makefile
blob
c1310afa9c9de1c0d33322ed129f3b5e58a84350
1
# $NetBSD$
2
3
.
include
"../Makefile.inc"
4
5
.PATH
: ${
S
}/
secmodel
/
bsd44
6
7
KMOD
=
secmodel_bsd44
8
SRCS
=
secmodel_bsd44.c
9
10
.
include
<
bsd.kmodule.mk
>