dgm now builds as a module
This commit is contained in:
parent
b432115ffd
commit
fa9a4c8a8d
@ -7,7 +7,7 @@ _random= random
|
||||
.endif
|
||||
|
||||
SUBDIR= 3dfx accf_data accf_http agp aha amr an aue \
|
||||
cam ccd cd9660 coda cue dc de ed fdesc fxp if_disc if_ef \
|
||||
cam ccd cd9660 coda cue dc de dgm ed fdesc fxp if_disc if_ef \
|
||||
if_ppp if_sl if_tap if_tun ip6fw ipfilter ipfw ispfw joy kue \
|
||||
libmchain linux lnc md mfs mii mlx msdos ncp netgraph nfs ntfs nullfs \
|
||||
nwfs pcn portal procfs ${_random} \
|
||||
|
8
sys/modules/dgm/Makefile
Normal file
8
sys/modules/dgm/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../dev/dgb
|
||||
KMOD = dgm
|
||||
SRCS = dgm.c dgmbios.h dgmfep.h dgmreg.h
|
||||
SRCS += bus_if.h pci_if.h device_if.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
Reference in New Issue
Block a user