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
get mxge to build, stage 29/many
[dragonfly.git]
/
sys
/
netgraph
/
etf
/
Makefile
blob
6ac84449fee444d67eac40be9a4c2f11002c0856
1
# $FreeBSD: src/sys/modules/netgraph/etf/Makefile,v 1.2.2.1 2002/04/09 20:06:39 julian Exp $
2
# $DragonFly: src/sys/netgraph/etf/Makefile,v 1.2 2003/06/17 04:28:46 dillon Exp $
3
# Ethertype filter
4
5
COPTS
+=-
g
6
7
KMOD
=
ng_etf
8
SRCS
=
ng_etf.c
9
10
.
include
<
bsd.kmod.mk
>