diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2001-07-15 04:55:37 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2001-07-15 04:55:37 +0000 |
commit | 09261c4f2fe6f3209958ed9c1101f10798c439f6 (patch) | |
tree | 4c247eebe9e88c90bf3fe273067f64b556c29a48 /sys/modules/netgraph/Makefile | |
parent | 1f246456a5067270635bec4e493c1aecdb5ae6c0 (diff) | |
download | src-test2-09261c4f2fe6f3209958ed9c1101f10798c439f6.tar.gz src-test2-09261c4f2fe6f3209958ed9c1101f10798c439f6.zip |
Notes
Diffstat (limited to 'sys/modules/netgraph/Makefile')
-rw-r--r-- | sys/modules/netgraph/Makefile | 27 |
1 files changed, 24 insertions, 3 deletions
diff --git a/sys/modules/netgraph/Makefile b/sys/modules/netgraph/Makefile index 8e5c342e3ad0..142bc5247a4e 100644 --- a/sys/modules/netgraph/Makefile +++ b/sys/modules/netgraph/Makefile @@ -1,9 +1,30 @@ # $Whistle: Makefile,v 1.5 1999/01/24 06:48:37 archie Exp $ # $FreeBSD$ -SUBDIR= async bpf bridge cisco echo ether frame_relay hole iface ksocket lmi \ - netgraph one2many ppp pppoe pptpgre rfc1490 socket sync_ar sync_sr \ - tee tty UI vjc +SUBDIR= async \ + bpf \ + bridge \ + cisco \ + echo \ + ether \ + frame_relay \ + hole \ + iface \ + ksocket \ + lmi \ + netgraph \ + one2many \ + ppp \ + pppoe \ + pptpgre \ + rfc1490 \ + socket \ + sync_ar \ + sync_sr \ + tee \ + tty \ + UI \ + vjc .if !defined(NOCRYPT) && exists(${.CURDIR}/../../crypto/rc4/rc4.c) SUBDIR+= mppc |