freebsd-dev/sys/modules/netgraph/Makefile
John Hay 01b96fdf9e Make klds for the ar and sr devices and hook them up.
The normal versions are called if_ar.ko and if_sr.ko and the netgraph
versions ng_sync_ar.ko and ng_sync_sr.ko.
2001-01-30 10:20:43 +00:00

13 lines
353 B
Makefile

# $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
.if !defined(NOCRYPT) && exists(${.CURDIR}/../../crypto/rc4/rc4.c)
SUBDIR+= mppc
.endif
.include <bsd.subdir.mk>