Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of

encoding the relative path.
This commit is contained in:
Peter Wemm 2000-05-27 01:14:33 +00:00
parent 5b412e30f2
commit 64db83a8ab
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60966
118 changed files with 118 additions and 118 deletions

View File

@ -12,4 +12,4 @@ aha.h:
opt_scsi.h:
echo "#define SCSI_DELAY 15000" > opt_scsi.h
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -4,4 +4,4 @@
KMOD = amr
SRCS = amr.c amr_pci.c amr_disk.c device_if.h bus_if.h pci_if.h
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -8,4 +8,4 @@ SRCS += opt_inet.h device_if.h bus_if.h pci_if.h isa_if.h
opt_inet.h:
echo "#define INET 1" > opt_inet.h
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -6,4 +6,4 @@ KMOD = if_aue
SRCS = if_aue.c opt_bdg.h opt_usb.h device_if.h bus_if.h
SRCS += miibus_if.h
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -26,4 +26,4 @@ bktr.h:
smbus.h:
echo "#define NSMBUS 0" > smbus.h
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -6,4 +6,4 @@ SRCS= cardbus.c \
device_if.h bus_if.h
NOMAN=
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -6,4 +6,4 @@ SRCS= pccbb.c \
device_if.h bus_if.h
NOMAN=
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -11,4 +11,4 @@ CLEANFILES= ccd.h
ccd.h:
echo "#define NCCD ${NCCD}" > ccd.h
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -7,4 +7,4 @@ SRCS= vnode_if.h \
cd9660_util.c cd9660_vfsops.c cd9660_vnops.c
NOMAN=
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -12,4 +12,4 @@ CLEANFILES= vcoda.h
vcoda.h:
echo "#define NVCODA 4" > vcoda.h
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -6,4 +6,4 @@ SRCS= imgact_coff.c vnode_if.h
NOMAN=
CFLAGS+= -DCOMPAT_IBCS2
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -6,4 +6,4 @@ KMOD = if_cue
SRCS = if_cue.c opt_bdg.h opt_usb.h device_if.h bus_if.h
SRCS += miibus_if.h
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -5,4 +5,4 @@ KMOD = if_dc
SRCS = if_dc.c opt_bdg.h device_if.h bus_if.h pci_if.h
SRCS += miibus_if.h
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -6,4 +6,4 @@ SRCS= vnode_if.h \
fdesc_vfsops.c fdesc_vnops.c
NOMAN=
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -6,4 +6,4 @@ SRCS= vnode_if.h \
fdesc_vfsops.c fdesc_vnops.c
NOMAN=
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -5,4 +5,4 @@ KMOD= fpu
SRCS= math_emulate.c
NOMAN=
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -4,4 +4,4 @@
KMOD = if_fxp
SRCS = if_fxp.c opt_bdg.h device_if.h bus_if.h pci_if.h
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -13,4 +13,4 @@ NOMAN=
${CC} -x assembler-with-cpp -DLOCORE ${CFLAGS} -c \
${.IMPSRC} -o ${.TARGET}
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -7,4 +7,4 @@ SRCS= vnode_if.h \
hpfs_alsubr.c
NOMAN=
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -17,4 +17,4 @@ afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/ibcs2.sh ${DESTDIR}/usr/sbin/ibcs2
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -15,4 +15,4 @@ opt_inet.h:
#opt_inet6.h:
# echo "#define INET6 1" > opt_inet6.h
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -38,4 +38,4 @@ load: all
unload:
/sbin/kldunload ${PROG}
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -51,4 +51,4 @@ opt_ppp.h:
echo "#define PPP_FILTER ${PPP_FILTER}" >> opt_ppp.h
.endif
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -17,4 +17,4 @@ opt_inet.h:
sl.h:
echo "#define NSL ${NSL}" > sl.h
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -13,4 +13,4 @@ CFLAGS+= ${PROTOS}
opt_inet.h:
echo "#define INET 1" > opt_inet.h
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -6,4 +6,4 @@ SRCS= ip_mroute.c
NOMAN=
CFLAGS+= -DMROUTE_LKM -DMROUTING
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -10,4 +10,4 @@ CFLAGS+= -DIPFILTER_LKM -DIPFILTER_LOG
# If you don't want long functionality remove -DIPFILTER_LOG
#
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -14,4 +14,4 @@ CFLAGS+= -DIPFIREWALL
#CFLAGS+= -DIPFIREWALL_DEFAULT_TO_ACCEPT
#
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -9,4 +9,4 @@ afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/joy.sh ${DESTDIR}/usr/bin/joy
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -6,4 +6,4 @@ SRCS= vnode_if.h \
kernfs_vfsops.c kernfs_vnops.c
NOMAN=
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -6,4 +6,4 @@ KMOD = if_kue
SRCS = if_kue.c opt_bdg.h opt_usb.h device_if.h bus_if.h
SRCS += miibus_if.h
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -8,4 +8,4 @@ NOMAN=
VFS_KLD=
CFLAGS+= -DLINPROCFS
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -33,4 +33,4 @@ afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/linux.sh ${DESTDIR}/usr/sbin/linux
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -5,4 +5,4 @@ KMOD= md
SRCS= md.c opt_mfs.h opt_md.h
NOMAN=
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -6,4 +6,4 @@ SRCS= vnode_if.h \
mfs_vfsops.c mfs_vnops.c opt_mfs.h
NOMAN=
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -7,4 +7,4 @@ SRCS += miibus_if.h device_if.h miibus_if.c exphy.c nsphy.c
SRCS += mlphy.c tlphy.c rlphy.c amphy.c dcphy.c pnphy.c
SRCS += brgphy.c xmphy.c
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -4,4 +4,4 @@
KMOD = mlx
SRCS = mlx.c mlx_pci.c mlx_disk.c device_if.h bus_if.h pci_if.h
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -11,4 +11,4 @@ NOMAN=
CFLAGS+= -DPC98
.endif
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -11,4 +11,4 @@ NOMAN=
CFLAGS+= -DPC98
.endif
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -41,4 +41,4 @@ unload:
deinstall:
rm -f /modules/ncp.ko
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -5,4 +5,4 @@ KMOD= ng_UI
SRCS= ng_UI.c
MAN4= ng_UI.4
.include "${.CURDIR}/../../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -5,4 +5,4 @@ KMOD= ng_async
SRCS= ng_async.c
MAN4= ng_async.4
.include "${.CURDIR}/../../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -7,4 +7,4 @@ MAN4= ng_bpf.4
.PATH: ${.CURDIR}/../../../net
.include "${.CURDIR}/../../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -5,4 +5,4 @@ KMOD= ng_cisco
SRCS= ng_cisco.c
MAN4= ng_cisco.4
.include "${.CURDIR}/../../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -5,4 +5,4 @@ KMOD= ng_echo
SRCS= ng_echo.c
MAN4= ng_echo.4
.include "${.CURDIR}/../../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -5,4 +5,4 @@ KMOD= ng_frame_relay
SRCS= ng_frame_relay.c
MAN4= ng_frame_relay.4
.include "${.CURDIR}/../../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -5,4 +5,4 @@ KMOD= ng_hole
SRCS= ng_hole.c
MAN4= ng_hole.4
.include "${.CURDIR}/../../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -5,4 +5,4 @@ KMOD= ng_iface
SRCS= ng_iface.c
MAN4= ng_iface.4
.include "${.CURDIR}/../../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -4,4 +4,4 @@ KMOD= ng_ksocket
SRCS= ng_ksocket.c
MAN4= ng_ksocket.4
.include "${.CURDIR}/../../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -5,4 +5,4 @@ KMOD= ng_lmi
SRCS= ng_lmi.c
MAN4= ng_lmi.4
.include "${.CURDIR}/../../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -29,4 +29,4 @@ opt_netgraph.h:
echo "#define NETGRAPH_MPPC_ENCRYPTION 1" >> ${.TARGET}
.endif
.include "${.CURDIR}/../../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -5,4 +5,4 @@ KMOD= netgraph
SRCS= ng_base.c ng_parse.c
MAN4= netgraph.4
.include "${.CURDIR}/../../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -5,4 +5,4 @@ KMOD= ng_ppp
SRCS= ng_ppp.c
MAN4= ng_ppp.4
.include "${.CURDIR}/../../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -5,4 +5,4 @@ KMOD= ng_pppoe
SRCS= ng_pppoe.c
MAN4= ng_pppoe.4
.include "${.CURDIR}/../../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -5,4 +5,4 @@ KMOD= ng_pptpgre
SRCS= ng_pptpgre.c
MAN4= ng_pptpgre.4
.include "${.CURDIR}/../../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -5,4 +5,4 @@ KMOD= ng_rfc1490
SRCS= ng_rfc1490.c
MAN4= ng_rfc1490.4
.include "${.CURDIR}/../../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -5,4 +5,4 @@ KMOD= ng_socket
SRCS= ng_socket.c
MAN4= ng_socket.4
.include "${.CURDIR}/../../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -5,4 +5,4 @@ KMOD= ng_tee
SRCS= ng_tee.c
MAN4= ng_tee.4
.include "${.CURDIR}/../../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -5,4 +5,4 @@ KMOD= ng_tty
SRCS= ng_tty.c
MAN4= ng_tty.4
.include "${.CURDIR}/../../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -7,4 +7,4 @@ MAN4= ng_vjc.4
.PATH: ${.CURDIR}/../../../net
.include "${.CURDIR}/../../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -15,4 +15,4 @@ opt_inet.h:
echo "#define INET 1" > ${.TARGET}
.endif
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -15,4 +15,4 @@ opt_inet.h:
echo "#define INET 1" > ${.TARGET}
.endif
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -15,4 +15,4 @@ opt_inet.h:
echo "#define INET 1" > ${.TARGET}
.endif
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -7,4 +7,4 @@ SRCS= vnode_if.h \
ntfs_compr.c
NOMAN=
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -6,4 +6,4 @@ SRCS= vnode_if.h \
null_subr.c null_vfsops.c null_vnops.c
NOMAN=
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -26,4 +26,4 @@ unload:
deinstall:
rm -f /modules/nwfs.ko
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -23,4 +23,4 @@ afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/osf1.sh ${DESTDIR}/usr/bin/osf1
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -6,4 +6,4 @@ SRCS= pccard.c pccard_cis.c pccard_cis_quirks.c \
device_if.h bus_if.h card_if.h card_if.c power_if.h power_if.c
NOMAN=
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -5,4 +5,4 @@ KMOD= pcfclock
SRCS= pcfclock.c opt_pcfclock.h
SRCS+= bus_if.h device_if.h ppbus_if.h
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -7,4 +7,4 @@ SRCS= i82365.c i82365_isa.c \
device_if.h bus_if.h isa_if.h power_if.h card_if.h
NOMAN=
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -6,4 +6,4 @@ SRCS= vnode_if.h \
portal_vfsops.c portal_vnops.c
NOMAN=
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -6,4 +6,4 @@ SRCS= vnode_if.h \
portal_vfsops.c portal_vnops.c
NOMAN=
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -8,4 +8,4 @@ SRCS= vnode_if.h \
procfs_vnops.c
NOMAN=
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -5,4 +5,4 @@ KMOD = if_rl
SRCS = if_rl.c opt_bdg.h device_if.h bus_if.h pci_if.h
SRCS += miibus_if.h
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -5,4 +5,4 @@ KMOD = if_sf
SRCS = if_sf.c opt_bdg.h device_if.h bus_if.h pci_if.h
SRCS += miibus_if.h
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -5,4 +5,4 @@ KMOD = if_sis
SRCS = if_sis.c opt_bdg.h device_if.h bus_if.h pci_if.h
SRCS += miibus_if.h
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -5,4 +5,4 @@ KMOD = if_sk
SRCS = if_sk.c opt_bdg.h device_if.h bus_if.h pci_if.h
SRCS += miibus_if.h
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -9,4 +9,4 @@ NOMAN=
CFLAGS+= -DPC98
.endif
.include "${.CURDIR}/../../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -4,4 +4,4 @@ KMOD= splash_pcx
SRCS= splash_pcx.c
NOMAN=
.include "${.CURDIR}/../../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -5,4 +5,4 @@ KMOD = if_ste
SRCS = if_ste.c opt_bdg.h device_if.h bus_if.h pci_if.h
SRCS += miibus_if.h
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -13,4 +13,4 @@ NOMAN=
CFLAGS+= -O
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -40,4 +40,4 @@ afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/svr4.sh ${DESTDIR}/usr/sbin/svr4
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -6,4 +6,4 @@ SRCS= apm_saver.c
NOMAN=
CFLAGS+= -I${.CURDIR}/..
.include "${.CURDIR}/../../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -6,4 +6,4 @@ SRCS= blank_saver.c
NOMAN=
CFLAGS+= -I${.CURDIR}/..
.include "${.CURDIR}/../../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -10,4 +10,4 @@ CFLAGS+= -I${.CURDIR}/..
CFLAGS+= -DPC98
.endif
.include "${.CURDIR}/../../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -6,4 +6,4 @@ SRCS= fade_saver.c
NOMAN=
CFLAGS+= -I${.CURDIR}/..
.include "${.CURDIR}/../../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -7,4 +7,4 @@ NOMAN=
CFLAGS+= -I${.CURDIR}/..
CWARNFLAGS= -Wall -pedantic
.include "${.CURDIR}/../../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -6,4 +6,4 @@ SRCS= green_saver.c
NOMAN=
CFLAGS+= -I${.CURDIR}/..
.include "${.CURDIR}/../../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -6,4 +6,4 @@ SRCS= logo_saver.c
NOMAN=
CFLAGS+= -I${.CURDIR}/.. -I${.CURDIR}
.include "${.CURDIR}/../../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -7,4 +7,4 @@ NOMAN=
CFLAGS+= -I${.CURDIR}/..
CWARNFLAGS= -Wall -pedantic
.include "${.CURDIR}/../../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -10,4 +10,4 @@ CFLAGS+= -I${.CURDIR}/..
CFLAGS+= -DPC98
.endif
.include "${.CURDIR}/../../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -10,4 +10,4 @@ CFLAGS+= -I${.CURDIR}/..
CFLAGS+= -DPC98
.endif
.include "${.CURDIR}/../../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -7,4 +7,4 @@ NOMAN=
CFLAGS+= -I${.CURDIR}/..
CWARNFLAGS= -Wall -pedantic
.include "${.CURDIR}/../../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -8,4 +8,4 @@ CLEANFILES = vlan.h
vlan.h:
touch vlan.h
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -5,4 +5,4 @@ KMOD = if_tl
SRCS = if_tl.c opt_bdg.h device_if.h bus_if.h pci_if.h
SRCS += miibus_if.h
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -4,4 +4,4 @@ KMOD = twe
SRCS = twe.c twe_disk.c device_if.h bus_if.h pci_if.h
.PATH: ${.CURDIR}/../../dev/twe
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -5,4 +5,4 @@ KMOD = if_tx
SRCS = if_tx.c opt_bdg.h device_if.h bus_if.h pci_if.h
SRCS += miibus_if.h
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -9,4 +9,4 @@ SRCS = bus_if.h device_if.h \
udbp.c
NOMAN =
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -7,4 +7,4 @@ KMOD = ugen
SRCS = bus_if.h device_if.h vnode_if.h opt_usb.h ugen.c
NOMAN =
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

View File

@ -7,4 +7,4 @@ KMOD = uhid
SRCS = bus_if.h device_if.h vnode_if.h opt_usb.h uhid.c
NOMAN =
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>

Some files were not shown because too many files have changed in this diff Show More