aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/netgraph
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2008-05-25 22:11:40 +0000
committerRobert Watson <rwatson@FreeBSD.org>2008-05-25 22:11:40 +0000
commite4372ceba044f2b6dbde2fabf95ce2717135d47c (patch)
treeafe56b8f23cfc7884850445d064a110b6ac85c9e /sys/modules/netgraph
parent727acbb41bf75aacfdc3a5555c918ab308317b9b (diff)
Notes
Diffstat (limited to 'sys/modules/netgraph')
-rw-r--r--sys/modules/netgraph/atm/Makefile3
-rw-r--r--sys/modules/netgraph/atm/atmpif/Makefile10
2 files changed, 0 insertions, 13 deletions
diff --git a/sys/modules/netgraph/atm/Makefile b/sys/modules/netgraph/atm/Makefile
index a8847787ee71..8bbe33db1ae2 100644
--- a/sys/modules/netgraph/atm/Makefile
+++ b/sys/modules/netgraph/atm/Makefile
@@ -8,7 +8,4 @@ SUBDIR= \
sscop \
uni
-# atmpif disabled due to non-MPSAFEty in 7.0
-# atmpif \
-
.include <bsd.subdir.mk>
diff --git a/sys/modules/netgraph/atm/atmpif/Makefile b/sys/modules/netgraph/atm/atmpif/Makefile
deleted file mode 100644
index 324fbdfc922e..000000000000
--- a/sys/modules/netgraph/atm/atmpif/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# $FreeBSD$
-#
-# Author: Harti Brandt <harti@freebsd.org>
-#
-.PATH: ${.CURDIR}/../../../../netgraph/atm/atmpif
-
-KMOD= ng_atmpif
-SRCS= ng_atmpif.c ng_atmpif_harp.c
-
-.include <bsd.kmod.mk>