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