diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-02-04 19:23:42 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-02-04 19:23:42 +0000 |
| commit | b3ea8abeca50df2e24167770d1e7484f1f877a7d (patch) | |
| tree | f52b0378ac88b8ff9690c4e21a65813ff1177ed1 /sys/modules/snc | |
| parent | 9164545f1ea589d7d2f682fd09efd4fa85fd3480 (diff) | |
Notes
Diffstat (limited to 'sys/modules/snc')
| -rw-r--r-- | sys/modules/snc/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/modules/snc/Makefile b/sys/modules/snc/Makefile new file mode 100644 index 000000000000..f161c1e1e396 --- /dev/null +++ b/sys/modules/snc/Makefile @@ -0,0 +1,11 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../dev/snc +KMOD = if_snc +SRCS = if_snc.c if_snc_cbus.c if_snc_pccard.c dp83932.c dp83932subr.c +SRCS += opt_inet.h opt_bdg.h device_if.h bus_if.h isa_if.h + +opt_inet.h: + echo "#define INET 1" > ${.TARGET} + +.include <bsd.kmod.mk> |
