From c5c63975d538cf48ceb99ba48c341293676d15c0 Mon Sep 17 00:00:00 2001 From: julian Date: Thu, 21 Oct 1999 09:06:11 +0000 Subject: Whistle's Netgraph link-layer (sometimes more) networking infrastructure. Been in production for 3 years now. Gives Instant Frame relay to if_sr and if_ar drivers, and PPPOE support soon. See: ftp://ftp.whistle.com/pub/archie/netgraph/index.html for on-line manual pages. Reviewed by: Doug Rabson (dfr@freebsd.org) Obtained from: Whistle CVS tree --- include/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/Makefile') diff --git a/include/Makefile b/include/Makefile index 79f319d..11e5b55 100644 --- a/include/Makefile +++ b/include/Makefile @@ -41,8 +41,8 @@ SFILES= soundcard.h LFILES= aio.h errno.h fcntl.h inttypes.h linker_set.h poll.h syslog.h \ termios.h ucontext.h -LDIRS= cam msdosfs net netatalk netatm netinet netipx netkey netncp netns \ - nfs nwfs pccard posix4 sys vm +LDIRS= cam msdosfs net netatalk netatm netgraph netinet netipx netkey \ + netncp netns nfs nwfs pccard posix4 sys vm LNOHEADERDIRS= isofs ufs LSUBDIRS= isofs/cd9660 ufs/ffs ufs/mfs ufs/ufs cam/scsi -- cgit v1.1