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
ifnet: Delete INET address should not fail; panic upon failure.
[dragonfly.git]
/
sys
/
netgraph7
/
netgraph
/
Makefile
blob
c7026a9d366bfd07d54e58b051044fa24ca6b429
1
# $FreeBSD: src/sys/modules/netgraph/netgraph/Makefile,v 1.2.2.2 2001/12/21 09:00:49 ru Exp $
2
# $Whistle: Makefile,v 1.2 1999/01/19 19:39:22 archie Exp $
3
4
KMOD
=
netgraph
5
SRCS
=
ng_base.c ng_parse.c
6
7
.
include
<
bsd.kmod.mk
>