Index: head/sys/modules/aha/Makefile =================================================================== --- head/sys/modules/aha/Makefile (revision 60965) +++ head/sys/modules/aha/Makefile (revision 60966) @@ -1,15 +1,15 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../dev/aha KMOD = aha SRCS = aha.c aha_isa.c ahareg.h opt_cam.h device_if.h bus_if.h aha.h \ opt_scsi.h isa_if.h CLEANFILES = aha.h aha.h: echo "#define NAHA 1" > aha.h opt_scsi.h: echo "#define SCSI_DELAY 15000" > opt_scsi.h -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/amr/Makefile =================================================================== --- head/sys/modules/amr/Makefile (revision 60965) +++ head/sys/modules/amr/Makefile (revision 60966) @@ -1,7 +1,7 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../dev/amr 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 Index: head/sys/modules/an/Makefile =================================================================== --- head/sys/modules/an/Makefile (revision 60965) +++ head/sys/modules/an/Makefile (revision 60966) @@ -1,11 +1,11 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../dev/an KMOD = if_an SRCS = if_an.c if_an_pccard.c if_an_pci.c if_an_isa.c 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 Index: head/sys/modules/aue/Makefile =================================================================== --- head/sys/modules/aue/Makefile (revision 60965) +++ head/sys/modules/aue/Makefile (revision 60966) @@ -1,9 +1,9 @@ # $FreeBSD$ S = ${.CURDIR}/../.. .PATH: $S/dev/usb 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 Index: head/sys/modules/bktr/Makefile =================================================================== --- head/sys/modules/bktr/Makefile (revision 60965) +++ head/sys/modules/bktr/Makefile (revision 60966) @@ -1,29 +1,29 @@ # Makefile for the bktr Brooktree Bt848/Bt878 PCI video capture device # Using the new FreeBSD 4.x device driver API (newbus) the Bt848 driver # can be loaded dynamically both in the boot loader phase and once # the system has booted. # The driver can also be unloaded, recompiled and reloaded. # # Use kldload bktr and kldunload bktr to load/unload the driver # # Note - as the driver requires contiguous memory, loading the driver once # memory has filled or become fragmented may fail. # $FreeBSD$ .PATH: ${.CURDIR}/../../dev/bktr KMOD= bktr SRCS= bktr_core.c bktr_os.c bktr_audio.c bktr_tuner.c bktr_card.c \ bktr.h opt_devfs.h opt_bktr.h smbus.h bus_if.h device_if.h \ pci_if.h vnode_if.h CLEANFILES= bktr.h smbus.h bktr.h: echo "#define NBKTR 1" > bktr.h # Does not use SMBUS/IICBUS. Uses the old i2c code self contained in # the bt848 driver. smbus.h: echo "#define NSMBUS 0" > smbus.h -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/cardbus/Makefile =================================================================== --- head/sys/modules/cardbus/Makefile (revision 60965) +++ head/sys/modules/cardbus/Makefile (revision 60966) @@ -1,9 +1,9 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../dev/cardbus KMOD= cardbus SRCS= cardbus.c \ device_if.h bus_if.h NOMAN= -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/cbb/Makefile =================================================================== --- head/sys/modules/cbb/Makefile (revision 60965) +++ head/sys/modules/cbb/Makefile (revision 60966) @@ -1,9 +1,9 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../pci KMOD= cbb SRCS= pccbb.c \ device_if.h bus_if.h NOMAN= -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/ccd/Makefile =================================================================== --- head/sys/modules/ccd/Makefile (revision 60965) +++ head/sys/modules/ccd/Makefile (revision 60966) @@ -1,14 +1,14 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../dev/ccd KMOD= ccd SRCS= ccd.c ccd.h vnode_if.h NOMAN= NCCD?= 4 CLEANFILES= ccd.h ccd.h: echo "#define NCCD ${NCCD}" > ccd.h -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/cd9660/Makefile =================================================================== --- head/sys/modules/cd9660/Makefile (revision 60965) +++ head/sys/modules/cd9660/Makefile (revision 60966) @@ -1,10 +1,10 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../isofs/cd9660 KMOD= cd9660 SRCS= vnode_if.h \ cd9660_bmap.c cd9660_lookup.c cd9660_node.c cd9660_rrip.c \ cd9660_util.c cd9660_vfsops.c cd9660_vnops.c NOMAN= -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/coda/Makefile =================================================================== --- head/sys/modules/coda/Makefile (revision 60965) +++ head/sys/modules/coda/Makefile (revision 60966) @@ -1,15 +1,15 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../coda KMOD= coda SRCS= vnode_if.h \ coda_fbsd.c coda_namecache.c coda_psdev.c coda_subr.c \ coda_venus.c coda_vfsops.c coda_vnops.c opt_devfs.h vcoda.h NOMAN= CLEANFILES= vcoda.h vcoda.h: echo "#define NVCODA 4" > vcoda.h -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/coff/Makefile =================================================================== --- head/sys/modules/coff/Makefile (revision 60965) +++ head/sys/modules/coff/Makefile (revision 60966) @@ -1,9 +1,9 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../i386/ibcs2 KMOD= ibcs2_coff SRCS= imgact_coff.c vnode_if.h NOMAN= CFLAGS+= -DCOMPAT_IBCS2 -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/cue/Makefile =================================================================== --- head/sys/modules/cue/Makefile (revision 60965) +++ head/sys/modules/cue/Makefile (revision 60966) @@ -1,9 +1,9 @@ # $FreeBSD$ S = ${.CURDIR}/../.. .PATH: $S/dev/usb 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 Index: head/sys/modules/dc/Makefile =================================================================== --- head/sys/modules/dc/Makefile (revision 60965) +++ head/sys/modules/dc/Makefile (revision 60966) @@ -1,8 +1,8 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../pci 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 Index: head/sys/modules/fdesc/Makefile =================================================================== --- head/sys/modules/fdesc/Makefile (revision 60965) +++ head/sys/modules/fdesc/Makefile (revision 60966) @@ -1,9 +1,9 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../miscfs/fdesc KMOD= fdesc SRCS= vnode_if.h \ fdesc_vfsops.c fdesc_vnops.c NOMAN= -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/fdescfs/Makefile =================================================================== --- head/sys/modules/fdescfs/Makefile (revision 60965) +++ head/sys/modules/fdescfs/Makefile (revision 60966) @@ -1,9 +1,9 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../miscfs/fdesc KMOD= fdesc SRCS= vnode_if.h \ fdesc_vfsops.c fdesc_vnops.c NOMAN= -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/fpu/Makefile =================================================================== --- head/sys/modules/fpu/Makefile (revision 60965) +++ head/sys/modules/fpu/Makefile (revision 60966) @@ -1,8 +1,8 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../i386/i386 KMOD= fpu SRCS= math_emulate.c NOMAN= -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/fxp/Makefile =================================================================== --- head/sys/modules/fxp/Makefile (revision 60965) +++ head/sys/modules/fxp/Makefile (revision 60966) @@ -1,7 +1,7 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../pci 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 Index: head/sys/modules/gnufpu/Makefile =================================================================== --- head/sys/modules/gnufpu/Makefile (revision 60965) +++ head/sys/modules/gnufpu/Makefile (revision 60966) @@ -1,16 +1,16 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../gnu/i386/fpemul KMOD= gnufpu SRCS= div_small.s errors.c fpu_arith.c fpu_aux.c fpu_entry.c fpu_etc.c \ fpu_trig.c get_address.c load_store.c poly_2xm1.c poly_atan.c \ poly_div.s poly_l2.c poly_mul64.s poly_sin.c poly_tan.c \ polynomial.s reg_add_sub.c reg_compare.c reg_constant.c reg_div.s \ reg_ld_str.c reg_u_mul.s reg_u_sub.s wm_shrx.s wm_sqrt.s NOMAN= .s.o: ${CC} -x assembler-with-cpp -DLOCORE ${CFLAGS} -c \ ${.IMPSRC} -o ${.TARGET} -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/hpfs/Makefile =================================================================== --- head/sys/modules/hpfs/Makefile (revision 60965) +++ head/sys/modules/hpfs/Makefile (revision 60966) @@ -1,10 +1,10 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../fs/hpfs KMOD= hpfs SRCS= vnode_if.h \ hpfs_vfsops.c hpfs_vnops.c hpfs_hash.c hpfs_subr.c hpfs_lookup.c \ hpfs_alsubr.c NOMAN= -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/ibcs2/Makefile =================================================================== --- head/sys/modules/ibcs2/Makefile (revision 60965) +++ head/sys/modules/ibcs2/Makefile (revision 60966) @@ -1,20 +1,20 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../i386/ibcs2 KMOD= ibcs2 SRCS= ibcs2_errno.c ibcs2_ipc.c ibcs2_stat.c ibcs2_misc.c \ ibcs2_fcntl.c ibcs2_signal.c ibcs2_sysent.c ibcs2_ioctl.c \ ibcs2_socksys.c ibcs2_util.c ibcs2_xenix.c ibcs2_xenix_sysent.c \ ibcs2_isc.c ibcs2_isc_sysent.c \ ibcs2_msg.c ibcs2_other.c ibcs2_sysi86.c ibcs2_sysvec.c \ vnode_if.h opt_spx_hack.h MAN8= ibcs2.8 CFLAGS+= -DCOMPAT_IBCS2 EXPORT_SYMS= _ibcs2_mod _ibcs2_emul_path _ibcs2_svr3_sysvec afterinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/ibcs2.sh ${DESTDIR}/usr/sbin/ibcs2 -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/if_disc/Makefile =================================================================== --- head/sys/modules/if_disc/Makefile (revision 60965) +++ head/sys/modules/if_disc/Makefile (revision 60966) @@ -1,18 +1,18 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../net KMOD= if_disc SRCS= if_disc.c opt_inet.h opt_inet6.h NOMAN= NBPF?= 1 CFLAGS+= ${PROTOS} opt_inet.h: echo "#define INET 1" > opt_inet.h #opt_inet6.h: # echo "#define INET6 1" > opt_inet6.h -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/if_ef/Makefile =================================================================== --- head/sys/modules/if_ef/Makefile (revision 60965) +++ head/sys/modules/if_ef/Makefile (revision 60966) @@ -1,41 +1,41 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../net KMOD= if_ef SRCS= if_ef.c opt_ipx.h opt_inet.h opt_ef.h MAN4= ef.4 # If you need only limited number of frames comment out unneeded ones # this will reduce number of visible devices ETHER_II= ETHER_8023= ETHER_8022= ETHER_SNAP= CFLAGS+= ${PROTOS} .if defined(EFDEBUG) CFLAGS+= -DEF_DEBUG .endif opt_inet.h: echo "#define INET 1" > opt_inet.h opt_ipx.h: echo "#define IPX 1" > opt_ipx.h opt_ef.h: .for frame in ETHER_II ETHER_8023 ETHER_8022 ETHER_SNAP .if defined(${frame}) echo "#define ${frame} 1" >> opt_ef.h .endif .endfor load: all /sbin/kldload ./${PROG} unload: /sbin/kldunload ${PROG} -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/if_ppp/Makefile =================================================================== --- head/sys/modules/if_ppp/Makefile (revision 60965) +++ head/sys/modules/if_ppp/Makefile (revision 60966) @@ -1,54 +1,54 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../net KMOD= if_ppp SRCS= if_ppp.c ppp_tty.c slcompress.c \ ppp.h opt_inet.h opt_ipx.h opt_ppp.h vnode_if.h NOMAN= NPPP?= 2 PPP_BSDCOMP?= 1 # 0/1 PPP_DEFLATE?= 1 # 0/1 PPP_FILTER?= 1 # 0/1 - requires bpf to be configured in kernel PPP_INET?= 1 # 0/1 - requires INET to be configured in kernel PPP_IPX?= 0 # 0/1 - requires IPX to be configured in kernel CFLAGS+= ${PROTOS} .if ${PPP_BSDCOMP} > 0 SRCS+= bsd_comp.c .endif .if ${PPP_DEFLATE} > 0 SRCS+= ppp_deflate.c zlib.c .endif CLEANFILES= ppp.h ppp.h: echo "#define NPPP ${NPPP}" > ppp.h opt_inet.h: touch opt_inet.h .if ${PPP_INET} > 0 echo "#define INET 1" > opt_inet.h .endif opt_ipx.h: touch opt_ipx.h .if ${PPP_IPX} > 0 echo "#define IPX ${PPP_IPX}" > opt_ipx.h .endif opt_ppp.h: touch opt_ppp.h .if ${PPP_BSDCOMP} > 0 echo "#define PPP_BSDCOMP ${PPP_BSDCOMP}" > opt_ppp.h .endif .if ${PPP_DEFLATE} > 0 echo "#define PPP_DEFLATE ${PPP_DEFLATE}" >> opt_ppp.h .endif .if ${PPP_FILTER} > 0 echo "#define PPP_FILTER ${PPP_FILTER}" >> opt_ppp.h .endif -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/if_sl/Makefile =================================================================== --- head/sys/modules/if_sl/Makefile (revision 60965) +++ head/sys/modules/if_sl/Makefile (revision 60966) @@ -1,20 +1,20 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../net KMOD= if_sl SRCS= if_sl.c slcompress.c opt_inet.h sl.h NOMAN= NSL?= 2 PROTOS?= -DINET CFLAGS+= ${PROTOS} CLEANFILES= sl.h opt_inet.h: echo "#define INET 1" > opt_inet.h sl.h: echo "#define NSL ${NSL}" > sl.h -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/if_tun/Makefile =================================================================== --- head/sys/modules/if_tun/Makefile (revision 60965) +++ head/sys/modules/if_tun/Makefile (revision 60966) @@ -1,16 +1,16 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../net KMOD= if_tun SRCS= if_tun.c opt_devfs.h opt_inet.h vnode_if.h NOMAN= NBPF?= 1 NTUN?= 2 CFLAGS+= ${PROTOS} opt_inet.h: echo "#define INET 1" > opt_inet.h -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/ip_mroute_mod/Makefile =================================================================== --- head/sys/modules/ip_mroute_mod/Makefile (revision 60965) +++ head/sys/modules/ip_mroute_mod/Makefile (revision 60966) @@ -1,9 +1,9 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../netinet KMOD= ip_mroute SRCS= ip_mroute.c NOMAN= CFLAGS+= -DMROUTE_LKM -DMROUTING -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/ipfilter/Makefile =================================================================== --- head/sys/modules/ipfilter/Makefile (revision 60965) +++ head/sys/modules/ipfilter/Makefile (revision 60966) @@ -1,13 +1,13 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../netinet KMOD= ipl SRCS= mlfk_ipl.c ip_nat.c ip_frag.c ip_state.c ip_proxy.c ip_auth.c \ ip_log.c ip_fil.c fil.c NOMAN= CFLAGS+= -DIPFILTER_LKM -DIPFILTER_LOG # # If you don't want long functionality remove -DIPFILTER_LOG # -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/ipfw/Makefile =================================================================== --- head/sys/modules/ipfw/Makefile (revision 60965) +++ head/sys/modules/ipfw/Makefile (revision 60966) @@ -1,17 +1,17 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../netinet KMOD= ipfw SRCS= ip_fw.c NOMAN= CFLAGS+= -DIPFIREWALL # #If you want it verbose #CFLAGS+= -DIPFIREWALL_VERBOSE #CFLAGS+= -DIPFIREWALL_VERBOSE_LIMIT=100 # #If you want it to pass all packets by default #CFLAGS+= -DIPFIREWALL_DEFAULT_TO_ACCEPT # -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/joy/Makefile =================================================================== --- head/sys/modules/joy/Makefile (revision 60965) +++ head/sys/modules/joy/Makefile (revision 60966) @@ -1,12 +1,12 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../isa KMOD = joy SRCS = bus_if.h device_if.h isa_if.h joy.c MAN8 = joy.8 afterinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/joy.sh ${DESTDIR}/usr/bin/joy -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/kernfs/Makefile =================================================================== --- head/sys/modules/kernfs/Makefile (revision 60965) +++ head/sys/modules/kernfs/Makefile (revision 60966) @@ -1,9 +1,9 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../miscfs/kernfs KMOD= kernfs SRCS= vnode_if.h \ kernfs_vfsops.c kernfs_vnops.c NOMAN= -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/kue/Makefile =================================================================== --- head/sys/modules/kue/Makefile (revision 60965) +++ head/sys/modules/kue/Makefile (revision 60966) @@ -1,9 +1,9 @@ # $FreeBSD$ S = ${.CURDIR}/../.. .PATH: $S/dev/usb 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 Index: head/sys/modules/linprocfs/Makefile =================================================================== --- head/sys/modules/linprocfs/Makefile (revision 60965) +++ head/sys/modules/linprocfs/Makefile (revision 60966) @@ -1,11 +1,11 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../i386/linux/linprocfs KMOD= linprocfs SRCS= vnode_if.h linprocfs_misc.c linprocfs_subr.c \ linprocfs_vfsops.c linprocfs_vnops.c NOMAN= VFS_KLD= CFLAGS+= -DLINPROCFS -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/linux/Makefile =================================================================== --- head/sys/modules/linux/Makefile (revision 60965) +++ head/sys/modules/linux/Makefile (revision 60966) @@ -1,36 +1,36 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../${MACHINE_ARCH}/linux MAINTAINER= marcel@FreeBSD.org KMOD= linux SRCS= linux_file.c linux_ioctl.c linux_misc.c linux_signal.c \ linux_ipc.c linux_socket.c linux_stats.c linux_mib.c \ linux_dummy.c linux_sysent.c linux_sysvec.c linux_util.c \ imgact_linux.c opt_compat.h opt_linux.h opt_vmpage.h vnode_if.h OBJS= linux_locore.o MAN8= linux.8 # CFLAGS+= -DDEBUG EXPORT_SYMS=_linux_mod CLEANFILES= linux_assym.h linux_genassym.o linux_assym.h: linux_genassym.o genassym ${.ALLSRC} > ${.TARGET} linux_locore.o: linux_locore.s linux_assym.h ${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \ ${.IMPSRC} -o ${.TARGET} linux_genassym.o: linux_genassym.c linux.h @ machine ${CC} -c ${CFLAGS} ${.IMPSRC} opt_compat.h: echo "#define COMPAT_43 1" > opt_compat.h afterinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/linux.sh ${DESTDIR}/usr/sbin/linux -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/md/Makefile =================================================================== --- head/sys/modules/md/Makefile (revision 60965) +++ head/sys/modules/md/Makefile (revision 60966) @@ -1,8 +1,8 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../dev/md KMOD= md SRCS= md.c opt_mfs.h opt_md.h NOMAN= -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/mfs/Makefile =================================================================== --- head/sys/modules/mfs/Makefile (revision 60965) +++ head/sys/modules/mfs/Makefile (revision 60966) @@ -1,9 +1,9 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../ufs/mfs KMOD= mfs SRCS= vnode_if.h \ mfs_vfsops.c mfs_vnops.c opt_mfs.h NOMAN= -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/mii/Makefile =================================================================== --- head/sys/modules/mii/Makefile (revision 60965) +++ head/sys/modules/mii/Makefile (revision 60966) @@ -1,10 +1,10 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../dev/mii KMOD = miibus SRCS = mii.c mii_physubr.c ukphy.c ukphy_subr.c bus_if.h pci_if.h 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 Index: head/sys/modules/mlx/Makefile =================================================================== --- head/sys/modules/mlx/Makefile (revision 60965) +++ head/sys/modules/mlx/Makefile (revision 60966) @@ -1,7 +1,7 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../dev/mlx 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 Index: head/sys/modules/msdos/Makefile =================================================================== --- head/sys/modules/msdos/Makefile (revision 60965) +++ head/sys/modules/msdos/Makefile (revision 60966) @@ -1,14 +1,14 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../msdosfs KMOD= msdos SRCS= vnode_if.h \ msdosfs_conv.c msdosfs_denode.c msdosfs_fat.c msdosfs_lookup.c \ msdosfs_vfsops.c msdosfs_vnops.c NOMAN= .if ${MACHINE} == "pc98" CFLAGS+= -DPC98 .endif -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/msdosfs/Makefile =================================================================== --- head/sys/modules/msdosfs/Makefile (revision 60965) +++ head/sys/modules/msdosfs/Makefile (revision 60966) @@ -1,14 +1,14 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../msdosfs KMOD= msdos SRCS= vnode_if.h \ msdosfs_conv.c msdosfs_denode.c msdosfs_fat.c msdosfs_lookup.c \ msdosfs_vfsops.c msdosfs_vnops.c NOMAN= .if ${MACHINE} == "pc98" CFLAGS+= -DPC98 .endif -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/ncp/Makefile =================================================================== --- head/sys/modules/ncp/Makefile (revision 60965) +++ head/sys/modules/ncp/Makefile (revision 60966) @@ -1,44 +1,44 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../netncp KMOD= ncp # Build with IPX support (1|0) NCP_IPX?= 1 # Build with INET support (1|0) NCP_INET?= 1 SRCS= ncp_conn.c ncp_sock.c ncp_ncp.c ncp_subr.c ncp_crypt.c ncp_mod.c \ ncp_rq.c ncp_login.c ncp_nls.c opt_inet.h opt_ipx.h opt_ncp.h .if defined(NCPBURST) SRCS+= ncp_burst.c CFLAGS+= -DNCPBURST .endif NOMAN= opt_inet.h: touch ${.TARGET} .if ${NCP_INET} > 0 echo "#define INET 1" > ${.TARGET} .endif opt_ipx.h: touch ${.TARGET} .if ${NCP_IPX} > 0 echo "#define IPX 1" > ${.TARGET} .endif load: ${KMOD}.ko kldload ./${KMOD}.ko unload: @(if kldunload ${KMOD}; then true; else true; fi) deinstall: rm -f /modules/ncp.ko -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/netgraph/UI/Makefile =================================================================== --- head/sys/modules/netgraph/UI/Makefile (revision 60965) +++ head/sys/modules/netgraph/UI/Makefile (revision 60966) @@ -1,8 +1,8 @@ # $FreeBSD$ # $Whistle: Makefile,v 1.2 1999/01/19 19:39:20 archie Exp $ KMOD= ng_UI SRCS= ng_UI.c MAN4= ng_UI.4 -.include "${.CURDIR}/../../../conf/kmod.mk" +.include Index: head/sys/modules/netgraph/async/Makefile =================================================================== --- head/sys/modules/netgraph/async/Makefile (revision 60965) +++ head/sys/modules/netgraph/async/Makefile (revision 60966) @@ -1,8 +1,8 @@ # $FreeBSD$ # $Whistle: Makefile,v 1.2 1999/01/19 19:39:20 archie Exp $ KMOD= ng_async SRCS= ng_async.c MAN4= ng_async.4 -.include "${.CURDIR}/../../../conf/kmod.mk" +.include Index: head/sys/modules/netgraph/bpf/Makefile =================================================================== --- head/sys/modules/netgraph/bpf/Makefile (revision 60965) +++ head/sys/modules/netgraph/bpf/Makefile (revision 60966) @@ -1,10 +1,10 @@ # $FreeBSD$ # $Whistle: Makefile,v 1.1 1999/12/03 01:44:28 archie Exp $ KMOD= ng_bpf SRCS= ng_bpf.c bpf_filter.c MAN4= ng_bpf.4 .PATH: ${.CURDIR}/../../../net -.include "${.CURDIR}/../../../conf/kmod.mk" +.include Index: head/sys/modules/netgraph/cisco/Makefile =================================================================== --- head/sys/modules/netgraph/cisco/Makefile (revision 60965) +++ head/sys/modules/netgraph/cisco/Makefile (revision 60966) @@ -1,8 +1,8 @@ # $FreeBSD$ # $Whistle: Makefile,v 1.2 1999/01/19 19:39:20 archie Exp $ KMOD= ng_cisco SRCS= ng_cisco.c MAN4= ng_cisco.4 -.include "${.CURDIR}/../../../conf/kmod.mk" +.include Index: head/sys/modules/netgraph/echo/Makefile =================================================================== --- head/sys/modules/netgraph/echo/Makefile (revision 60965) +++ head/sys/modules/netgraph/echo/Makefile (revision 60966) @@ -1,8 +1,8 @@ # $FreeBSD$ # $Whistle: Makefile,v 1.2 1999/01/19 19:39:20 archie Exp $ KMOD= ng_echo SRCS= ng_echo.c MAN4= ng_echo.4 -.include "${.CURDIR}/../../../conf/kmod.mk" +.include Index: head/sys/modules/netgraph/frame_relay/Makefile =================================================================== --- head/sys/modules/netgraph/frame_relay/Makefile (revision 60965) +++ head/sys/modules/netgraph/frame_relay/Makefile (revision 60966) @@ -1,8 +1,8 @@ # $FreeBSD$ # $Whistle: Makefile,v 1.1 1999/01/19 19:39:21 archie Exp $ KMOD= ng_frame_relay SRCS= ng_frame_relay.c MAN4= ng_frame_relay.4 -.include "${.CURDIR}/../../../conf/kmod.mk" +.include Index: head/sys/modules/netgraph/hole/Makefile =================================================================== --- head/sys/modules/netgraph/hole/Makefile (revision 60965) +++ head/sys/modules/netgraph/hole/Makefile (revision 60966) @@ -1,8 +1,8 @@ # $FreeBSD$ # $Whistle: Makefile,v 1.2 1999/01/19 19:39:21 archie Exp $ KMOD= ng_hole SRCS= ng_hole.c MAN4= ng_hole.4 -.include "${.CURDIR}/../../../conf/kmod.mk" +.include Index: head/sys/modules/netgraph/iface/Makefile =================================================================== --- head/sys/modules/netgraph/iface/Makefile (revision 60965) +++ head/sys/modules/netgraph/iface/Makefile (revision 60966) @@ -1,8 +1,8 @@ # $FreeBSD$ # $Whistle: Makefile,v 1.2 1999/01/19 19:39:21 archie Exp $ KMOD= ng_iface SRCS= ng_iface.c MAN4= ng_iface.4 -.include "${.CURDIR}/../../../conf/kmod.mk" +.include Index: head/sys/modules/netgraph/ksocket/Makefile =================================================================== --- head/sys/modules/netgraph/ksocket/Makefile (revision 60965) +++ head/sys/modules/netgraph/ksocket/Makefile (revision 60966) @@ -1,7 +1,7 @@ # $FreeBSD$ KMOD= ng_ksocket SRCS= ng_ksocket.c MAN4= ng_ksocket.4 -.include "${.CURDIR}/../../../conf/kmod.mk" +.include Index: head/sys/modules/netgraph/lmi/Makefile =================================================================== --- head/sys/modules/netgraph/lmi/Makefile (revision 60965) +++ head/sys/modules/netgraph/lmi/Makefile (revision 60966) @@ -1,8 +1,8 @@ # $FreeBSD$ # $Whistle: Makefile,v 1.1 1999/01/19 19:39:21 archie Exp $ KMOD= ng_lmi SRCS= ng_lmi.c MAN4= ng_lmi.4 -.include "${.CURDIR}/../../../conf/kmod.mk" +.include Index: head/sys/modules/netgraph/mppc/Makefile =================================================================== --- head/sys/modules/netgraph/mppc/Makefile (revision 60965) +++ head/sys/modules/netgraph/mppc/Makefile (revision 60966) @@ -1,32 +1,32 @@ # $Whistle: Makefile,v 1.1 1999/12/08 20:20:39 archie Exp $ # $FreeBSD$ KMOD= ng_mppc SRCS= ng_mppc.c opt_netgraph.h MAN4= ng_mppc.4 NETGRAPH_MPPC_COMPRESSION?= 0 NETGRAPH_MPPC_ENCRYPTION?= 1 .if ${NETGRAPH_MPPC_COMPRESSION} > 0 # XXX These files don't exist yet, but hopefully someday they will... .PATH: ${.CURDIR}/../../../net SRCS+= mppcc.c mppcd.c .endif .if ${NETGRAPH_MPPC_ENCRYPTION} > 0 .PATH: ${.CURDIR}/../../../crypto .PATH: ${.CURDIR}/../../../crypto/rc4 SRCS+= rc4.c sha1.c .endif opt_netgraph.h: touch ${.TARGET} .if ${NETGRAPH_MPPC_COMPRESSION} > 0 echo "#define NETGRAPH_MPPC_COMPRESSION 1" >> ${.TARGET} .endif .if ${NETGRAPH_MPPC_ENCRYPTION} > 0 echo "#define NETGRAPH_MPPC_ENCRYPTION 1" >> ${.TARGET} .endif -.include "${.CURDIR}/../../../conf/kmod.mk" +.include Index: head/sys/modules/netgraph/netgraph/Makefile =================================================================== --- head/sys/modules/netgraph/netgraph/Makefile (revision 60965) +++ head/sys/modules/netgraph/netgraph/Makefile (revision 60966) @@ -1,8 +1,8 @@ # $FreeBSD$ # $Whistle: Makefile,v 1.2 1999/01/19 19:39:22 archie Exp $ KMOD= netgraph SRCS= ng_base.c ng_parse.c MAN4= netgraph.4 -.include "${.CURDIR}/../../../conf/kmod.mk" +.include Index: head/sys/modules/netgraph/ppp/Makefile =================================================================== --- head/sys/modules/netgraph/ppp/Makefile (revision 60965) +++ head/sys/modules/netgraph/ppp/Makefile (revision 60966) @@ -1,8 +1,8 @@ # $FreeBSD$ # $Whistle: Makefile,v 1.1 1999/01/24 02:52:12 archie Exp $ KMOD= ng_ppp SRCS= ng_ppp.c MAN4= ng_ppp.4 -.include "${.CURDIR}/../../../conf/kmod.mk" +.include Index: head/sys/modules/netgraph/pppoe/Makefile =================================================================== --- head/sys/modules/netgraph/pppoe/Makefile (revision 60965) +++ head/sys/modules/netgraph/pppoe/Makefile (revision 60966) @@ -1,8 +1,8 @@ # $FreeBSD$ # $Whistle: Makefile,v 1.1 1999/01/19 19:39:21 archie Exp $ KMOD= ng_pppoe SRCS= ng_pppoe.c MAN4= ng_pppoe.4 -.include "${.CURDIR}/../../../conf/kmod.mk" +.include Index: head/sys/modules/netgraph/pptpgre/Makefile =================================================================== --- head/sys/modules/netgraph/pptpgre/Makefile (revision 60965) +++ head/sys/modules/netgraph/pptpgre/Makefile (revision 60966) @@ -1,8 +1,8 @@ # $FreeBSD$ # $Whistle: Makefile,v 1.1 1999/11/29 23:14:33 archie Exp $ KMOD= ng_pptpgre SRCS= ng_pptpgre.c MAN4= ng_pptpgre.4 -.include "${.CURDIR}/../../../conf/kmod.mk" +.include Index: head/sys/modules/netgraph/rfc1490/Makefile =================================================================== --- head/sys/modules/netgraph/rfc1490/Makefile (revision 60965) +++ head/sys/modules/netgraph/rfc1490/Makefile (revision 60966) @@ -1,8 +1,8 @@ # $FreeBSD$ # $Whistle: Makefile,v 1.2 1999/01/19 19:39:22 archie Exp $ KMOD= ng_rfc1490 SRCS= ng_rfc1490.c MAN4= ng_rfc1490.4 -.include "${.CURDIR}/../../../conf/kmod.mk" +.include Index: head/sys/modules/netgraph/socket/Makefile =================================================================== --- head/sys/modules/netgraph/socket/Makefile (revision 60965) +++ head/sys/modules/netgraph/socket/Makefile (revision 60966) @@ -1,8 +1,8 @@ # $FreeBSD$ # $Whistle: Makefile,v 1.2 1999/01/19 19:39:22 archie Exp $ KMOD= ng_socket SRCS= ng_socket.c MAN4= ng_socket.4 -.include "${.CURDIR}/../../../conf/kmod.mk" +.include Index: head/sys/modules/netgraph/tee/Makefile =================================================================== --- head/sys/modules/netgraph/tee/Makefile (revision 60965) +++ head/sys/modules/netgraph/tee/Makefile (revision 60966) @@ -1,8 +1,8 @@ # $FreeBSD$ # $Whistle: Makefile,v 1.2 1999/01/19 19:39:22 archie Exp $ KMOD= ng_tee SRCS= ng_tee.c MAN4= ng_tee.4 -.include "${.CURDIR}/../../../conf/kmod.mk" +.include Index: head/sys/modules/netgraph/tty/Makefile =================================================================== --- head/sys/modules/netgraph/tty/Makefile (revision 60965) +++ head/sys/modules/netgraph/tty/Makefile (revision 60966) @@ -1,8 +1,8 @@ # $FreeBSD$ # $Whistle: Makefile,v 1.2 1999/01/19 19:39:22 archie Exp $ KMOD= ng_tty SRCS= ng_tty.c MAN4= ng_tty.4 -.include "${.CURDIR}/../../../conf/kmod.mk" +.include Index: head/sys/modules/netgraph/vjc/Makefile =================================================================== --- head/sys/modules/netgraph/vjc/Makefile (revision 60965) +++ head/sys/modules/netgraph/vjc/Makefile (revision 60966) @@ -1,10 +1,10 @@ # $FreeBSD$ # $Whistle: Makefile,v 1.1 1999/01/24 06:48:07 archie Exp $ KMOD= ng_vjc SRCS= ng_vjc.c slcompress.c MAN4= ng_vjc.4 .PATH: ${.CURDIR}/../../../net -.include "${.CURDIR}/../../../conf/kmod.mk" +.include Index: head/sys/modules/nfs/Makefile =================================================================== --- head/sys/modules/nfs/Makefile (revision 60965) +++ head/sys/modules/nfs/Makefile (revision 60966) @@ -1,18 +1,18 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../nfs KMOD= nfs SRCS= vnode_if.h \ nfs_bio.c nfs_node.c nfs_nqlease.c nfs_serv.c nfs_socket.c \ nfs_srvcache.c nfs_subs.c nfs_syscalls.c nfs_vfsops.c \ nfs_vnops.c opt_inet.h opt_nfs.h opt_vmpage.h opt_bootp.h NFS_INET?= 1 # 0/1 - requires INET to be configured in kernel NOMAN= opt_inet.h: touch ${.TARGET} .if ${NFS_INET} > 0 echo "#define INET 1" > ${.TARGET} .endif -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/nfsclient/Makefile =================================================================== --- head/sys/modules/nfsclient/Makefile (revision 60965) +++ head/sys/modules/nfsclient/Makefile (revision 60966) @@ -1,18 +1,18 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../nfs KMOD= nfs SRCS= vnode_if.h \ nfs_bio.c nfs_node.c nfs_nqlease.c nfs_serv.c nfs_socket.c \ nfs_srvcache.c nfs_subs.c nfs_syscalls.c nfs_vfsops.c \ nfs_vnops.c opt_inet.h opt_nfs.h opt_vmpage.h opt_bootp.h NFS_INET?= 1 # 0/1 - requires INET to be configured in kernel NOMAN= opt_inet.h: touch ${.TARGET} .if ${NFS_INET} > 0 echo "#define INET 1" > ${.TARGET} .endif -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/nfsserver/Makefile =================================================================== --- head/sys/modules/nfsserver/Makefile (revision 60965) +++ head/sys/modules/nfsserver/Makefile (revision 60966) @@ -1,18 +1,18 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../nfs KMOD= nfs SRCS= vnode_if.h \ nfs_bio.c nfs_node.c nfs_nqlease.c nfs_serv.c nfs_socket.c \ nfs_srvcache.c nfs_subs.c nfs_syscalls.c nfs_vfsops.c \ nfs_vnops.c opt_inet.h opt_nfs.h opt_vmpage.h opt_bootp.h NFS_INET?= 1 # 0/1 - requires INET to be configured in kernel NOMAN= opt_inet.h: touch ${.TARGET} .if ${NFS_INET} > 0 echo "#define INET 1" > ${.TARGET} .endif -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/ntfs/Makefile =================================================================== --- head/sys/modules/ntfs/Makefile (revision 60965) +++ head/sys/modules/ntfs/Makefile (revision 60966) @@ -1,10 +1,10 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../ntfs KMOD= ntfs SRCS= vnode_if.h \ ntfs_vfsops.c ntfs_vnops.c ntfs_subr.c ntfs_ihash.c \ ntfs_compr.c NOMAN= -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/nullfs/Makefile =================================================================== --- head/sys/modules/nullfs/Makefile (revision 60965) +++ head/sys/modules/nullfs/Makefile (revision 60966) @@ -1,9 +1,9 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../miscfs/nullfs KMOD= null SRCS= vnode_if.h \ null_subr.c null_vfsops.c null_vnops.c NOMAN= -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/nwfs/Makefile =================================================================== --- head/sys/modules/nwfs/Makefile (revision 60965) +++ head/sys/modules/nwfs/Makefile (revision 60966) @@ -1,29 +1,29 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../nwfs KMOD= nwfs SRCS= vnode_if.h \ nwfs_node.c nwfs_ioctl.c nwfs_io.c nwfs_vfsops.c nwfs_vnops.c \ nwfs_subr.c opt_ncp.h opt_nwfs.h opt_vmpage.h NOMAN=true .if defined(VNPRINT) CFLAGS+= -DVNPRINT .endif opt_ncp.h: echo "#define NCP 1" > ${.TARGET} load: nwfs.ko kldload ./nwfs.ko unload: @(if kldunload nwfs; then true; else true; fi) deinstall: rm -f /modules/nwfs.ko -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/osf1/Makefile =================================================================== --- head/sys/modules/osf1/Makefile (revision 60965) +++ head/sys/modules/osf1/Makefile (revision 60966) @@ -1,26 +1,26 @@ # $FreeBSD$ MAINTAINER= gallatin@FreeBSD.org .PATH: ${.CURDIR}/../../alpha/osf1 KMOD= osf1 SRCS= osf1_ioctl.c osf1_misc.c osf1_signal.c osf1_sysent.c \ osf1_mount.c imgact_osf1.c osf1_sysvec.c opt_compat.h \ opt_simos.h opt_nfs.h vnode_if.h MAN8= osf1.8 #CFLAGS+= -g EXPORT_SYMS= _osf1 opt_compat.h: echo "#define COMPAT_43 1" > ${.TARGET} opt_osf1.h opt_simos.h opt_nfs.h: touch ${.TARGET} afterinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/osf1.sh ${DESTDIR}/usr/bin/osf1 -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/pccard/Makefile =================================================================== --- head/sys/modules/pccard/Makefile (revision 60965) +++ head/sys/modules/pccard/Makefile (revision 60966) @@ -1,9 +1,9 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../dev/pccard KMOD= pccard 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 Index: head/sys/modules/pcfclock/Makefile =================================================================== --- head/sys/modules/pcfclock/Makefile (revision 60965) +++ head/sys/modules/pcfclock/Makefile (revision 60966) @@ -1,8 +1,8 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../dev/ppbus KMOD= pcfclock SRCS= pcfclock.c opt_pcfclock.h SRCS+= bus_if.h device_if.h ppbus_if.h -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/pcic/Makefile =================================================================== --- head/sys/modules/pcic/Makefile (revision 60965) +++ head/sys/modules/pcic/Makefile (revision 60966) @@ -1,10 +1,10 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../dev/pcic ${.CURDIR}/../../kern ${.CURDIR}/../../isa \ ${.CURDIR}/../../dev/pccard KMOD= pcic 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 Index: head/sys/modules/portal/Makefile =================================================================== --- head/sys/modules/portal/Makefile (revision 60965) +++ head/sys/modules/portal/Makefile (revision 60966) @@ -1,9 +1,9 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../miscfs/portal KMOD= portal SRCS= vnode_if.h \ portal_vfsops.c portal_vnops.c NOMAN= -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/portalfs/Makefile =================================================================== --- head/sys/modules/portalfs/Makefile (revision 60965) +++ head/sys/modules/portalfs/Makefile (revision 60966) @@ -1,9 +1,9 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../miscfs/portal KMOD= portal SRCS= vnode_if.h \ portal_vfsops.c portal_vnops.c NOMAN= -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/procfs/Makefile =================================================================== --- head/sys/modules/procfs/Makefile (revision 60965) +++ head/sys/modules/procfs/Makefile (revision 60966) @@ -1,11 +1,11 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../miscfs/procfs KMOD= procfs SRCS= vnode_if.h \ procfs_ctl.c procfs_map.c procfs_note.c procfs_rlimit.c \ procfs_status.c procfs_subr.c procfs_type.c procfs_vfsops.c \ procfs_vnops.c NOMAN= -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/rl/Makefile =================================================================== --- head/sys/modules/rl/Makefile (revision 60965) +++ head/sys/modules/rl/Makefile (revision 60966) @@ -1,8 +1,8 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../pci 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 Index: head/sys/modules/sf/Makefile =================================================================== --- head/sys/modules/sf/Makefile (revision 60965) +++ head/sys/modules/sf/Makefile (revision 60966) @@ -1,8 +1,8 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../pci 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 Index: head/sys/modules/sis/Makefile =================================================================== --- head/sys/modules/sis/Makefile (revision 60965) +++ head/sys/modules/sis/Makefile (revision 60966) @@ -1,8 +1,8 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../pci 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 Index: head/sys/modules/sk/Makefile =================================================================== --- head/sys/modules/sk/Makefile (revision 60965) +++ head/sys/modules/sk/Makefile (revision 60966) @@ -1,8 +1,8 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../pci 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 Index: head/sys/modules/splash/bmp/Makefile =================================================================== --- head/sys/modules/splash/bmp/Makefile (revision 60965) +++ head/sys/modules/splash/bmp/Makefile (revision 60966) @@ -1,12 +1,12 @@ # $FreeBSD$ KMOD= splash_bmp SRCS= splash_bmp.c NOMAN= .if ${MACHINE} == "pc98" CFLAGS+= -DPC98 .endif -.include "${.CURDIR}/../../../conf/kmod.mk" +.include Index: head/sys/modules/splash/pcx/Makefile =================================================================== --- head/sys/modules/splash/pcx/Makefile (revision 60965) +++ head/sys/modules/splash/pcx/Makefile (revision 60966) @@ -1,7 +1,7 @@ # $FreeBSD$ KMOD= splash_pcx SRCS= splash_pcx.c NOMAN= -.include "${.CURDIR}/../../../conf/kmod.mk" +.include Index: head/sys/modules/ste/Makefile =================================================================== --- head/sys/modules/ste/Makefile (revision 60965) +++ head/sys/modules/ste/Makefile (revision 60966) @@ -1,8 +1,8 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../pci 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 Index: head/sys/modules/streams/Makefile =================================================================== --- head/sys/modules/streams/Makefile (revision 60965) +++ head/sys/modules/streams/Makefile (revision 60966) @@ -1,16 +1,16 @@ # $FreeBSD$ MAINTAINER = newton@atdot.dotat.org .if defined(DEBUG) CFLAGS+= -DDEBUG_SVR4 .endif .PATH: ${.CURDIR}/../../dev/streams KMOD= streams SRCS= streams.c opt_streams.h opt_devfs.h NOMAN= CFLAGS+= -O -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/svr4/Makefile =================================================================== --- head/sys/modules/svr4/Makefile (revision 60965) +++ head/sys/modules/svr4/Makefile (revision 60966) @@ -1,43 +1,43 @@ # $FreeBSD$ MAINTAINER= newton@FreeBSD.org TARGET_ARCH?= ${MACHINE_ARCH} .PATH: ${.CURDIR}/../../${TARGET_ARCH}/svr4 ${.CURDIR}/../../svr4 KMOD= svr4 SRCS= svr4_sysent.c svr4_sysvec.c opt_compat.h opt_svr4.h opt_vmpage.h \ vnode_if.h imgact_svr4.c svr4_signal.c svr4_fcntl.c svr4_misc.c \ svr4_ioctl.c svr4_stat.c svr4_filio.c svr4_ttold.c svr4_termios.c \ svr4_stream.c svr4_socket.c svr4_sockio.c svr4_machdep.c \ svr4_resource.c svr4_ipc.c OBJS= svr4_locore.o MAN8= svr4.8 EXPORT_SYMS=_svr4_mod CLEANFILES= svr4_assym.h svr4_genassym.o svr4_assym.h: svr4_genassym.o genassym ${.ALLSRC} > ${.TARGET} svr4_locore.o: svr4_locore.s svr4_assym.h ${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \ ${.IMPSRC} -o ${.TARGET} svr4_genassym.o: svr4_genassym.c svr4.h @ machine ${CC} -c ${CFLAGS} ${.IMPSRC} opt_compat.h: echo "#define COMPAT_43 1" > opt_compat.h opt_svr4.h: touch opt_svr4.h .if defined(DEBUG) echo "#define DEBUG_SVR4 1" >> opt_svr4.h .endif afterinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/svr4.sh ${DESTDIR}/usr/sbin/svr4 -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/syscons/apm/Makefile =================================================================== --- head/sys/modules/syscons/apm/Makefile (revision 60965) +++ head/sys/modules/syscons/apm/Makefile (revision 60966) @@ -1,9 +1,9 @@ # $FreeBSD$ KMOD= apm_saver SRCS= apm_saver.c NOMAN= CFLAGS+= -I${.CURDIR}/.. -.include "${.CURDIR}/../../../conf/kmod.mk" +.include Index: head/sys/modules/syscons/blank/Makefile =================================================================== --- head/sys/modules/syscons/blank/Makefile (revision 60965) +++ head/sys/modules/syscons/blank/Makefile (revision 60966) @@ -1,9 +1,9 @@ # $FreeBSD$ KMOD= blank_saver SRCS= blank_saver.c NOMAN= CFLAGS+= -I${.CURDIR}/.. -.include "${.CURDIR}/../../../conf/kmod.mk" +.include Index: head/sys/modules/syscons/daemon/Makefile =================================================================== --- head/sys/modules/syscons/daemon/Makefile (revision 60965) +++ head/sys/modules/syscons/daemon/Makefile (revision 60966) @@ -1,13 +1,13 @@ # $FreeBSD$ KMOD= daemon_saver SRCS= daemon_saver.c NOMAN= CFLAGS+= -I${.CURDIR}/.. .if ${MACHINE} == "pc98" CFLAGS+= -DPC98 .endif -.include "${.CURDIR}/../../../conf/kmod.mk" +.include Index: head/sys/modules/syscons/fade/Makefile =================================================================== --- head/sys/modules/syscons/fade/Makefile (revision 60965) +++ head/sys/modules/syscons/fade/Makefile (revision 60966) @@ -1,9 +1,9 @@ # $FreeBSD$ KMOD= fade_saver SRCS= fade_saver.c NOMAN= CFLAGS+= -I${.CURDIR}/.. -.include "${.CURDIR}/../../../conf/kmod.mk" +.include Index: head/sys/modules/syscons/fire/Makefile =================================================================== --- head/sys/modules/syscons/fire/Makefile (revision 60965) +++ head/sys/modules/syscons/fire/Makefile (revision 60966) @@ -1,10 +1,10 @@ # $FreeBSD$ KMOD= fire_saver SRCS= fire_saver.c NOMAN= CFLAGS+= -I${.CURDIR}/.. CWARNFLAGS= -Wall -pedantic -.include "${.CURDIR}/../../../conf/kmod.mk" +.include Index: head/sys/modules/syscons/green/Makefile =================================================================== --- head/sys/modules/syscons/green/Makefile (revision 60965) +++ head/sys/modules/syscons/green/Makefile (revision 60966) @@ -1,9 +1,9 @@ # $FreeBSD$ KMOD= green_saver SRCS= green_saver.c NOMAN= CFLAGS+= -I${.CURDIR}/.. -.include "${.CURDIR}/../../../conf/kmod.mk" +.include Index: head/sys/modules/syscons/logo/Makefile =================================================================== --- head/sys/modules/syscons/logo/Makefile (revision 60965) +++ head/sys/modules/syscons/logo/Makefile (revision 60966) @@ -1,9 +1,9 @@ # $FreeBSD$ KMOD= logo_saver SRCS= logo_saver.c NOMAN= CFLAGS+= -I${.CURDIR}/.. -I${.CURDIR} -.include "${.CURDIR}/../../../conf/kmod.mk" +.include Index: head/sys/modules/syscons/rain/Makefile =================================================================== --- head/sys/modules/syscons/rain/Makefile (revision 60965) +++ head/sys/modules/syscons/rain/Makefile (revision 60966) @@ -1,10 +1,10 @@ # $FreeBSD$ KMOD= rain_saver SRCS= rain_saver.c NOMAN= CFLAGS+= -I${.CURDIR}/.. CWARNFLAGS= -Wall -pedantic -.include "${.CURDIR}/../../../conf/kmod.mk" +.include Index: head/sys/modules/syscons/snake/Makefile =================================================================== --- head/sys/modules/syscons/snake/Makefile (revision 60965) +++ head/sys/modules/syscons/snake/Makefile (revision 60966) @@ -1,13 +1,13 @@ # $FreeBSD$ KMOD= snake_saver SRCS= snake_saver.c NOMAN= CFLAGS+= -I${.CURDIR}/.. .if ${MACHINE} == "pc98" CFLAGS+= -DPC98 .endif -.include "${.CURDIR}/../../../conf/kmod.mk" +.include Index: head/sys/modules/syscons/star/Makefile =================================================================== --- head/sys/modules/syscons/star/Makefile (revision 60965) +++ head/sys/modules/syscons/star/Makefile (revision 60966) @@ -1,13 +1,13 @@ # $FreeBSD$ KMOD= star_saver SRCS= star_saver.c NOMAN= CFLAGS+= -I${.CURDIR}/.. .if ${MACHINE} == "pc98" CFLAGS+= -DPC98 .endif -.include "${.CURDIR}/../../../conf/kmod.mk" +.include Index: head/sys/modules/syscons/warp/Makefile =================================================================== --- head/sys/modules/syscons/warp/Makefile (revision 60965) +++ head/sys/modules/syscons/warp/Makefile (revision 60966) @@ -1,10 +1,10 @@ # $FreeBSD$ KMOD= warp_saver SRCS= warp_saver.c NOMAN= CFLAGS+= -I${.CURDIR}/.. CWARNFLAGS= -Wall -pedantic -.include "${.CURDIR}/../../../conf/kmod.mk" +.include Index: head/sys/modules/ti/Makefile =================================================================== --- head/sys/modules/ti/Makefile (revision 60965) +++ head/sys/modules/ti/Makefile (revision 60966) @@ -1,11 +1,11 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../pci KMOD = if_ti SRCS = if_ti.c opt_bdg.h vlan.h device_if.h bus_if.h pci_if.h CLEANFILES = vlan.h vlan.h: touch vlan.h -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/tl/Makefile =================================================================== --- head/sys/modules/tl/Makefile (revision 60965) +++ head/sys/modules/tl/Makefile (revision 60966) @@ -1,8 +1,8 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../pci 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 Index: head/sys/modules/twe/Makefile =================================================================== --- head/sys/modules/twe/Makefile (revision 60965) +++ head/sys/modules/twe/Makefile (revision 60966) @@ -1,7 +1,7 @@ # $FreeBSD$ 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 Index: head/sys/modules/tx/Makefile =================================================================== --- head/sys/modules/tx/Makefile (revision 60965) +++ head/sys/modules/tx/Makefile (revision 60966) @@ -1,8 +1,8 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../pci 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 Index: head/sys/modules/udbp/Makefile =================================================================== --- head/sys/modules/udbp/Makefile (revision 60965) +++ head/sys/modules/udbp/Makefile (revision 60966) @@ -1,12 +1,12 @@ # $FreeBSD$ MAINTAINER = n_hibma@freebsd.org .PATH: ${.CURDIR}/../../dev/usb KMOD = udbp SRCS = bus_if.h device_if.h \ opt_usb.h \ udbp.c NOMAN = -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/ugen/Makefile =================================================================== --- head/sys/modules/ugen/Makefile (revision 60965) +++ head/sys/modules/ugen/Makefile (revision 60966) @@ -1,10 +1,10 @@ # $FreeBSD$ MAINTAINER = n_hibma@freebsd.org .PATH: ${.CURDIR}/../../dev/usb KMOD = ugen SRCS = bus_if.h device_if.h vnode_if.h opt_usb.h ugen.c NOMAN = -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/uhid/Makefile =================================================================== --- head/sys/modules/uhid/Makefile (revision 60965) +++ head/sys/modules/uhid/Makefile (revision 60966) @@ -1,10 +1,10 @@ # $FreeBSD$ MAINTAINER = n_hibma@freebsd.org .PATH: ${.CURDIR}/../../dev/usb KMOD = uhid SRCS = bus_if.h device_if.h vnode_if.h opt_usb.h uhid.c NOMAN = -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/ukbd/Makefile =================================================================== --- head/sys/modules/ukbd/Makefile (revision 60965) +++ head/sys/modules/ukbd/Makefile (revision 60966) @@ -1,15 +1,15 @@ # $FreeBSD$ MAINTAINER = n_hibma@freebsd.org .PATH: ${.CURDIR}/../../dev/usb KMOD = ukbd SRCS = bus_if.h device_if.h vnode_if.h \ opt_usb.h opt_kbd.h opt_ukbd.h \ ukbd.c NOMAN = opt_kbd.h: echo '#define KBD_INSTALL_CDEV 1' > opt_kbd.h -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/ulpt/Makefile =================================================================== --- head/sys/modules/ulpt/Makefile (revision 60965) +++ head/sys/modules/ulpt/Makefile (revision 60966) @@ -1,10 +1,10 @@ # $FreeBSD$ MAINTAINER = n_hibma@freebsd.org .PATH: ${.CURDIR}/../../dev/usb KMOD = ulpt SRCS = bus_if.h device_if.h vnode_if.h opt_usb.h ulpt.c NOMAN = -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/umapfs/Makefile =================================================================== --- head/sys/modules/umapfs/Makefile (revision 60965) +++ head/sys/modules/umapfs/Makefile (revision 60966) @@ -1,9 +1,9 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../miscfs/umapfs KMOD= umap SRCS= vnode_if.h \ umap_subr.c umap_vfsops.c umap_vnops.c NOMAN= -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/umass/Makefile =================================================================== --- head/sys/modules/umass/Makefile (revision 60965) +++ head/sys/modules/umass/Makefile (revision 60966) @@ -1,12 +1,12 @@ # $FreeBSD$ MAINTAINER = n_hibma@freebsd.org .PATH: ${.CURDIR}/../../dev/usb KMOD = umass SRCS = bus_if.h device_if.h \ opt_usb.h opt_cam.h opt_scsi.h \ umass.c NOMAN = -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/umodem/Makefile =================================================================== --- head/sys/modules/umodem/Makefile (revision 60965) +++ head/sys/modules/umodem/Makefile (revision 60966) @@ -1,10 +1,10 @@ # $FreeBSD$ MAINTAINER = n_hibma@freebsd.org .PATH: ${.CURDIR}/../../dev/usb KMOD = umodem SRCS = bus_if.h device_if.h vnode_if.h opt_usb.h umodem.c NOMAN = -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/ums/Makefile =================================================================== --- head/sys/modules/ums/Makefile (revision 60965) +++ head/sys/modules/ums/Makefile (revision 60966) @@ -1,10 +1,10 @@ # $FreeBSD$ MAINTAINER = n_hibma@freebsd.org .PATH: ${.CURDIR}/../../dev/usb KMOD = ums SRCS = bus_if.h device_if.h vnode_if.h opt_usb.h ums.c NOMAN = -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/union/Makefile =================================================================== --- head/sys/modules/union/Makefile (revision 60965) +++ head/sys/modules/union/Makefile (revision 60966) @@ -1,9 +1,9 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../miscfs/union KMOD= union SRCS= vnode_if.h \ union_subr.c union_vfsops.c union_vnops.c NOMAN= -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/unionfs/Makefile =================================================================== --- head/sys/modules/unionfs/Makefile (revision 60965) +++ head/sys/modules/unionfs/Makefile (revision 60966) @@ -1,9 +1,9 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../miscfs/union KMOD= union SRCS= vnode_if.h \ union_subr.c union_vfsops.c union_vnops.c NOMAN= -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/urio/Makefile =================================================================== --- head/sys/modules/urio/Makefile (revision 60965) +++ head/sys/modules/urio/Makefile (revision 60966) @@ -1,10 +1,10 @@ # $FreeBSD$ MAINTAINER = Iwasa Kazmi .PATH: ${.CURDIR}/../../dev/usb KMOD = urio SRCS = bus_if.h device_if.h vnode_if.h opt_usb.h urio.c NOMAN = -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/usb/Makefile =================================================================== --- head/sys/modules/usb/Makefile (revision 60965) +++ head/sys/modules/usb/Makefile (revision 60966) @@ -1,29 +1,29 @@ # $FreeBSD$ MAINTAINER = n_hibma@freebsd.org S = ${.CURDIR}/../.. .PATH: $S/dev/usb $S/pci KMOD = usb SRCS = bus_if.h device_if.h usb_if.h usb_if.c \ vnode_if.h \ opt_usb.h \ hid.c hid.h usbhid.h \ uhub.c \ usb.c usb.h \ usb_mem.h \ usb_port.h \ usb_quirks.c usb_quirks.h \ usb_subr.c \ usbdevs.h usbdevs_data.h \ usbdi.c usbdi.h usbdivar.h \ usbdi_util.c usbdi_util.h \ usb_ethersubr.c SRCS += uhci_pci.c uhci.c uhcireg.h uhcivar.h SRCS += ohci_pci.c ohci.c ohcireg.h ohcivar.h SRCS += opt_bus.h pci_if.h NOMAN = -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/vesa/Makefile =================================================================== --- head/sys/modules/vesa/Makefile (revision 60965) +++ head/sys/modules/vesa/Makefile (revision 60966) @@ -1,8 +1,8 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../dev/syscons ${.CURDIR}/../../i386/isa KMOD = vesa SRCS = vesa.c scvesactl.c opt_vga.h NOMAN = -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/vinum/Makefile =================================================================== --- head/sys/modules/vinum/Makefile (revision 60965) +++ head/sys/modules/vinum/Makefile (revision 60966) @@ -1,18 +1,18 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../dev/vinum KMOD= vinum SRCS= opt_vinum.h request.h vinum.c vinumconfig.c vinumdaemon.c \ vinumext.h vinumhdr.h vinuminterrupt.c vinumio.c vinumio.h \ vinumioctl.c vinumkw.h vinumlock.c vinummemory.c vinumparser.c \ vinumraid5.c vinumrequest.c vinumrevive.c vinumstate.c \ vinumstate.h vinumutil.c vinumvar.h vnode_if.h NOMAN= # If you remove -DVINUMDEBUG here, you must also do it in src/sbin/Makefile. # Otherwise a number of ioctls will fail. CFLAGS+= -DVINUMDEBUG -g -O -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/vn/Makefile =================================================================== --- head/sys/modules/vn/Makefile (revision 60965) +++ head/sys/modules/vn/Makefile (revision 60966) @@ -1,8 +1,8 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../dev/vn KMOD= vn SRCS= vn.c vnode_if.h opt_devfs.h NOMAN= -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/vpo/Makefile =================================================================== --- head/sys/modules/vpo/Makefile (revision 60965) +++ head/sys/modules/vpo/Makefile (revision 60966) @@ -1,10 +1,10 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../dev/ppbus KMOD= vpo SRCS= bus_if.h device_if.h ppbus_if.h \ opt_cam.h opt_scsi.h opt_vpo.h \ immio.c vpo.c vpoio.c NOMAN= -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/vr/Makefile =================================================================== --- head/sys/modules/vr/Makefile (revision 60965) +++ head/sys/modules/vr/Makefile (revision 60966) @@ -1,8 +1,8 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../pci KMOD = if_vr SRCS = if_vr.c opt_bdg.h device_if.h bus_if.h pci_if.h SRCS += miibus_if.h -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/wb/Makefile =================================================================== --- head/sys/modules/wb/Makefile (revision 60965) +++ head/sys/modules/wb/Makefile (revision 60966) @@ -1,8 +1,8 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../pci KMOD = if_wb SRCS = if_wb.c opt_bdg.h device_if.h SRCS += bus_if.h miibus_if.h pci_if.h -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/wi/Makefile =================================================================== --- head/sys/modules/wi/Makefile (revision 60965) +++ head/sys/modules/wi/Makefile (revision 60966) @@ -1,7 +1,7 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../i386/isa KMOD = if_wi SRCS = if_wi.c device_if.h bus_if.h -.include "${.CURDIR}/../../conf/kmod.mk" +.include Index: head/sys/modules/xl/Makefile =================================================================== --- head/sys/modules/xl/Makefile (revision 60965) +++ head/sys/modules/xl/Makefile (revision 60966) @@ -1,8 +1,8 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../pci KMOD = if_xl SRCS = if_xl.c opt_bdg.h device_if.h bus_if.h pci_if.h SRCS += miibus_if.h -.include "${.CURDIR}/../../conf/kmod.mk" +.include