repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kernel: Remove the COMPAT_43 kernel option along with all related code.
[dragonfly.git]
/
sys
/
dev
/
misc
/
nmdm
/
Makefile
blob
729e06fb3a3a66662240f2c0d6335ae794a6c6cc
1
# $FreeBSD: src/sys/modules/nmdm/Makefile,v 1.1.2.1 2001/08/11 00:54:15 mp Exp $
2
3
KMOD
=
nmdm
4
SRCS
=
nmdm.c
5
6
.
include
<
bsd.kmod.mk
>