repo.or.cz
/
dfdiff.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added -y/--side-by-side option
[dfdiff.git]
/
sys
/
netgraph
/
hole
/
Makefile
blob
030e9b52b92998917161b6a75063b1caa19c1c05
1
# $FreeBSD: src/sys/modules/netgraph/hole/Makefile,v 1.1.4.3 2001/12/21 09:00:48 ru Exp $
2
# $DragonFly: src/sys/netgraph/hole/Makefile,v 1.2 2003/06/17 04:28:46 dillon Exp $
3
# $Whistle: Makefile,v 1.2 1999/01/19 19:39:21 archie Exp $
4
5
KMOD
=
ng_hole
6
SRCS
=
ng_hole.c
7
KMODDEPS
=
netgraph
8
9
.
include
<
bsd.kmod.mk
>