Build ng_ether(4) KLD.

This commit is contained in:
Archie Cobbs 2000-06-26 23:41:08 +00:00
parent c342fc930b
commit 55f205ecae
2 changed files with 7 additions and 1 deletions

View File

@ -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)

View File

@ -0,0 +1,6 @@
# $FreeBSD$
KMOD= ng_ether
SRCS= ng_ether.c
.include <bsd.kmod.mk>