aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/snc/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-01-06 14:00:42 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-01-06 14:00:42 +0000
commitc68159a6d8eede11766cf13896d0f7670dbd51aa (patch)
treeb5bd7b342364fa60517c01a5a2d13b795a00e693 /sys/modules/snc/Makefile
parente2a2e8c7e010a3606724014fc2ada010259b1cb2 (diff)
Notes
Diffstat (limited to 'sys/modules/snc/Makefile')
-rw-r--r--sys/modules/snc/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/sys/modules/snc/Makefile b/sys/modules/snc/Makefile
index f161c1e1e396..4b158fb9992a 100644
--- a/sys/modules/snc/Makefile
+++ b/sys/modules/snc/Makefile
@@ -1,9 +1,10 @@
# $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
+.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}