Build ng_ether(4) KLD.
This commit is contained in:
parent
c342fc930b
commit
55f205ecae
@ -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 \
|
||||
SUBDIR= async bpf cisco echo ether frame_relay hole iface ksocket lmi \
|
||||
netgraph ppp pppoe pptpgre rfc1490 socket tee tty UI vjc
|
||||
|
||||
.if !defined(NOCRYPT) && exists(${.CURDIR}/../../crypto/rc4/rc4.c)
|
||||
|
6
sys/modules/netgraph/ether/Makefile
Normal file
6
sys/modules/netgraph/ether/Makefile
Normal file
@ -0,0 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
KMOD= ng_ether
|
||||
SRCS= ng_ether.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
Reference in New Issue
Block a user