diff options
author | archie <archie@FreeBSD.org> | 2000-04-11 17:14:48 +0000 |
---|---|---|
committer | archie <archie@FreeBSD.org> | 2000-04-11 17:14:48 +0000 |
commit | f4c542edf0d861afcd13cc297323a6c66998049d (patch) | |
tree | 5988b0b9d1cd1086d28a1b222a9705c06f95caa5 /sys/modules/netgraph/Makefile | |
parent | 2ac8d6674bc20754c73c9d025e0fe7c737d899c7 (diff) | |
download | FreeBSD-src-f4c542edf0d861afcd13cc297323a6c66998049d.zip FreeBSD-src-f4c542edf0d861afcd13cc297323a6c66998049d.tar.gz |
Turn off build of ng_mppc KLD until I can figure out how to have the
Makefile correctly handle all the possible permutations (including
missing crypto sources). Suggestions welcome.
Diffstat (limited to 'sys/modules/netgraph/Makefile')
-rw-r--r-- | sys/modules/netgraph/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/netgraph/Makefile b/sys/modules/netgraph/Makefile index 08a0e74..176349a 100644 --- a/sys/modules/netgraph/Makefile +++ b/sys/modules/netgraph/Makefile @@ -1,7 +1,7 @@ # $Whistle: Makefile,v 1.5 1999/01/24 06:48:37 archie Exp $ # $FreeBSD$ -SUBDIR= async bpf cisco echo frame_relay hole iface ksocket lmi mppc \ +SUBDIR= async bpf cisco echo frame_relay hole iface ksocket lmi \ netgraph ppp pppoe pptpgre rfc1490 socket tee tty UI vjc .include <bsd.subdir.mk> |