summaryrefslogtreecommitdiffstats
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2000-10-02 14:27:20 +0000
committernyan <nyan@FreeBSD.org>2000-10-02 14:27:20 +0000
commitbd4026ebae55d49b9834d42c7bae7f1a6f7b4d26 (patch)
tree7b40f1f273ca32e8c8eaf31dc2de4a944e5022f8 /sys/modules/Makefile
parentca9093b327311b17a6c77820abb0c66abf6a94f4 (diff)
downloadFreeBSD-src-bd4026ebae55d49b9834d42c7bae7f1a6f7b4d26.zip
FreeBSD-src-bd4026ebae55d49b9834d42c7bae7f1a6f7b4d26.tar.gz
Added NEC PC-9801-83, 84, PC-9801-103, 104, PC-9801N-25 and PC-9801N-J02R
support which use National Semiconductor DP8393X (SONIC) as ethernet controller. Currently, this driver is used on only PC-98. Submitted by: Motomichi Matsuzaki <mzaki@e-mail.ne.jp> Obtained from: NetBSD/pc98
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index ac08c28..3a64295 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -21,6 +21,10 @@ SUBDIR+=aac asr bktr coff fpu gnufpu ibcs2 linprocfs linux mly splash streams \
svr4 vesa wi
.endif
+.if ${MACHINE} == "pc98"
+SUBDIR+=snc
+.endif
+
.if ${MACHINE_ARCH} == "alpha"
SUBDIR+=osf1
.endif
OpenPOWER on IntegriCloud