Index: head/libexec/hyperv/Makefile =================================================================== --- head/libexec/hyperv/Makefile (revision 291346) +++ head/libexec/hyperv/Makefile (revision 291347) @@ -1,10 +1,9 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../contrib/hyperv/tools/scripts BINDIR= /usr/libexec/hyperv SCRIPTS= hv_set_ifconfig hv_get_dns_info hv_get_dhcp_info -NO_OBJ= .include Index: head/share/dtrace/Makefile =================================================================== --- head/share/dtrace/Makefile (revision 291346) +++ head/share/dtrace/Makefile (revision 291347) @@ -1,31 +1,29 @@ # $FreeBSD$ # # Hand installing our scripts and optionally (based on MK_CDDL) installing # the DTraceToolkit. # .include SUBDIR= ${_toolkit} .if ${MK_CDDL} != "no" _toolkit= toolkit .endif SCRIPTS= blocking \ disklatency \ disklatencycmd \ hotopen \ nfsattrstats \ nfsclienttime \ siftr \ tcpconn \ tcpstate \ tcptrack \ udptrack SCRIPTSDIR= ${SHAREDIR}/dtrace -NO_OBJ= - .include Index: head/share/examples/Makefile =================================================================== --- head/share/examples/Makefile (revision 291346) +++ head/share/examples/Makefile (revision 291347) @@ -1,266 +1,264 @@ # $FreeBSD$ # # Doing a make install builds /usr/share/examples .include LDIRS= BSD_daemon \ FreeBSD_version \ IPv6 \ bootforth \ csh \ diskless \ drivers \ etc \ find_interface \ ibcs2 \ indent \ ipfw \ jails \ kld \ libvgl \ mdoc \ netgraph \ perfmon \ ppi \ ppp \ printing \ ses \ scsi_target \ sunrpc \ uefisign XFILES= BSD_daemon/FreeBSD.pfa \ BSD_daemon/README \ BSD_daemon/beastie.eps \ BSD_daemon/beastie.fig \ BSD_daemon/eps.patch \ BSD_daemon/poster.sh \ FreeBSD_version/FreeBSD_version.c \ FreeBSD_version/Makefile \ FreeBSD_version/README \ IPv6/USAGE \ bootforth/README \ bootforth/boot.4th \ bootforth/frames.4th \ bootforth/loader.rc \ bootforth/menu.4th \ bootforth/menuconf.4th \ bootforth/screen.4th \ csh/dot.cshrc \ diskless/ME \ diskless/README.BOOTP \ diskless/README.TEMPLATING \ diskless/clone_root \ drivers/README \ drivers/make_device_driver.sh \ drivers/make_pseudo_driver.sh \ etc/README.examples \ etc/bsd-style-copyright \ etc/make.conf \ find_interface/Makefile \ find_interface/README \ find_interface/find_interface.c \ ibcs2/README \ ibcs2/hello.uu \ indent/indent.pro \ ipfw/change_rules.sh \ jails/README \ kld/Makefile \ kld/cdev/Makefile \ kld/cdev/README \ kld/cdev/module/Makefile \ kld/cdev/module/cdev.c \ kld/cdev/module/cdev.h \ kld/cdev/module/cdevmod.c \ kld/cdev/test/Makefile \ kld/cdev/test/testcdev.c \ kld/dyn_sysctl/Makefile \ kld/dyn_sysctl/README \ kld/dyn_sysctl/dyn_sysctl.c \ kld/firmware/Makefile \ kld/firmware/README \ kld/firmware/fwconsumer/Makefile \ kld/firmware/fwconsumer/fw_consumer.c \ kld/firmware/fwimage/Makefile \ kld/firmware/fwimage/firmware.img.uu \ kld/khelp/Makefile \ kld/khelp/README \ kld/khelp/h_example.c \ kld/syscall/Makefile \ kld/syscall/module/Makefile \ kld/syscall/module/syscall.c \ kld/syscall/test/Makefile \ kld/syscall/test/call.c \ libvgl/Makefile \ libvgl/demo.c \ mdoc/POSIX-copyright \ mdoc/deshallify.sh \ mdoc/example.1 \ mdoc/example.3 \ mdoc/example.4 \ mdoc/example.9 \ netgraph/ether.bridge \ netgraph/frame_relay \ netgraph/ngctl \ netgraph/raw \ netgraph/udp.tunnel \ netgraph/virtual.chain \ netgraph/virtual.lan \ perfmon/Makefile \ perfmon/README \ perfmon/perfmon.c \ ppi/Makefile \ ppi/ppilcd.c \ ppp/chap-auth \ ppp/login-auth \ ppp/ppp.conf.sample \ ppp/ppp.conf.span-isp \ ppp/ppp.conf.span-isp.working \ ppp/ppp.linkdown.sample \ ppp/ppp.linkdown.span-isp \ ppp/ppp.linkdown.span-isp.working \ ppp/ppp.linkup.sample \ ppp/ppp.linkup.span-isp \ ppp/ppp.linkup.span-isp.working \ ppp/ppp.secret.sample \ ppp/ppp.secret.span-isp \ ppp/ppp.secret.span-isp.working \ printing/README \ printing/diablo-if-net \ printing/hpdf \ printing/hpif \ printing/hpof \ printing/hprf \ printing/hpvf \ printing/if-simple \ printing/if-simpleX \ printing/ifhp \ printing/make-ps-header \ printing/netprint \ printing/psdf \ printing/psdfX \ printing/psif \ printing/pstf \ printing/pstfX \ ses/Makefile \ ses/Makefile.inc \ ses/getencstat/Makefile \ ses/getencstat/getencstat.0 \ ses/sesd/Makefile \ ses/sesd/sesd.0 \ ses/setencstat/Makefile \ ses/setencstat/setencstat.0 \ ses/setobjstat/Makefile \ ses/setobjstat/setobjstat.0 \ ses/srcs/chpmon.c \ ses/srcs/eltsub.c \ ses/srcs/eltsub.h \ ses/srcs/getencstat.c \ ses/srcs/getnobj.c \ ses/srcs/getobjmap.c \ ses/srcs/getobjstat.c \ ses/srcs/inienc.c \ ses/srcs/sesd.c \ ses/srcs/setencstat.c \ ses/srcs/setobjstat.c \ scsi_target/Makefile \ scsi_target/scsi_target.c \ scsi_target/scsi_target.h \ scsi_target/scsi_target.8 \ scsi_target/scsi_cmds.c \ sunrpc/Makefile \ sunrpc/dir/Makefile \ sunrpc/dir/dir.x \ sunrpc/dir/dir_proc.c \ sunrpc/dir/rls.c \ sunrpc/msg/Makefile \ sunrpc/msg/msg.x \ sunrpc/msg/msg_proc.c \ sunrpc/msg/printmsg.c \ sunrpc/msg/rprintmsg.c \ sunrpc/sort/Makefile \ sunrpc/sort/rsort.c \ sunrpc/sort/sort.x \ sunrpc/sort/sort_proc.c \ uefisign/uefikeys BINDIR= ${SHAREDIR}/examples -NO_OBJ= - .if ${MK_HAST} != "no" LDIRS+= hast XFILES+= hast/ucarp.sh \ hast/ucarp_down.sh \ hast/ucarp_up.sh \ hast/vip-down.sh \ hast/vip-up.sh .endif .if ${MK_USB} != "no" LDIRS+= libusb20 XFILES+= libusb20/Makefile \ libusb20/README \ libusb20/util.c \ libusb20/util.h \ libusb20/bulk.c \ libusb20/control.c .endif .if ${MACHINE_CPUARCH} == "amd64" .if ${MK_BHYVE} != "no" LDIRS+= bhyve XFILES+= bhyve/vmrun.sh .endif .endif # Define SHARED to indicate whether you want symbolic links to the system # source (``symlinks''), or a separate copy (``copies''); (latter useful # in environments where it's not possible to keep /sys publicly readable) SHARED?= copies beforeinstall: ${SHARED} etc-examples .ORDER: ${SHARED} etc-examples copies: .for i in ${LDIRS} if [ -L ${DESTDIR}${BINDIR}/$i ]; then \ rm -f ${DESTDIR}${BINDIR}/$i; \ fi .endfor mtree -deU ${MTREE_FOLLOWS_SYMLINKS} \ -f ${.CURDIR}/../../etc/mtree/BSD.usr.dist -p ${DESTDIR}/usr .for file in ${XFILES} ${INSTALL} -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE} \ ${.CURDIR}/${file} ${DESTDIR}${BINDIR}/${file} .endfor symlinks: .for i in ${LDIRS} rm -rf ${DESTDIR}${BINDIR}/$i ln -s ${.CURDIR}/$i ${DESTDIR}${BINDIR}/$i .endfor etc-examples: .if ${SHARED} != "symlinks" (cd ${.CURDIR}/../../etc; ${MAKE} etc-examples) .endif .if ${SHARED} != "symlinks" SUBDIR= smbfs .if ${MK_IPFILTER} != "no" SUBDIR+=ipfilter .endif .if ${MK_PF} != "no" SUBDIR+=pf .endif .endif .if ${MK_TESTS} != "no" SUBDIR+=tests .endif SUBDIR_PARALLEL= .include Index: head/share/examples/smbfs/Makefile =================================================================== --- head/share/examples/smbfs/Makefile (revision 291346) +++ head/share/examples/smbfs/Makefile (revision 291347) @@ -1,11 +1,10 @@ # $FreeBSD$ -NO_OBJ= FILESDIR= ${SHAREDIR}/examples/smbfs FILES= dot.nsmbrc .PATH: ${.CURDIR}/../../../contrib/smbfs/examples SUBDIR= print .include Index: head/share/examples/smbfs/print/Makefile =================================================================== --- head/share/examples/smbfs/print/Makefile (revision 291346) +++ head/share/examples/smbfs/print/Makefile (revision 291347) @@ -1,9 +1,8 @@ # $FreeBSD$ -NO_OBJ= FILESDIR= ${SHAREDIR}/examples/smbfs/print FILES= lj6l ljspool printcap.sample tolj .PATH: ${.CURDIR}/../../../../contrib/smbfs/examples/print .include Index: head/share/keys/pkg/trusted/Makefile =================================================================== --- head/share/keys/pkg/trusted/Makefile (revision 291346) +++ head/share/keys/pkg/trusted/Makefile (revision 291347) @@ -1,10 +1,8 @@ # $FreeBSD$ -NO_OBJ= - FILES= pkg.freebsd.org.2013102301 FILESDIR= ${SHAREDIR}/keys/pkg/trusted FILESMODE= 644 .include Index: head/share/mk/Makefile =================================================================== --- head/share/mk/Makefile (revision 291346) +++ head/share/mk/Makefile (revision 291347) @@ -1,72 +1,71 @@ # $FreeBSD$ # @(#)Makefile 8.1 (Berkeley) 6/8/93 # Only parse this if executing make in this directory, not in other places # in src that lack a Makefile, such as sys/dev/*. Otherwise the MAKESYSPATH # will read this Makefile since it auto includes it into -I. .if ${.CURDIR} == ${.PARSEDIR} .include FILES= \ auto.obj.mk \ bsd.README \ bsd.arch.inc.mk \ bsd.compiler.mk \ bsd.confs.mk \ bsd.cpu.mk \ bsd.crunchgen.mk \ bsd.dep.mk \ bsd.doc.mk \ bsd.dtb.mk \ bsd.endian.mk \ bsd.files.mk \ bsd.incs.mk \ bsd.info.mk \ bsd.init.mk \ bsd.kmod.mk \ bsd.lib.mk \ bsd.libnames.mk \ bsd.links.mk \ bsd.man.mk \ bsd.mkopt.mk \ bsd.nls.mk \ bsd.obj.mk \ bsd.opts.mk \ bsd.own.mk \ bsd.port.mk \ bsd.port.options.mk \ bsd.port.post.mk \ bsd.port.pre.mk \ bsd.port.subdir.mk \ bsd.prog.mk \ bsd.progs.mk \ bsd.snmpmod.mk \ bsd.subdir.mk \ bsd.symver.mk \ bsd.sys.mk \ bsd.test.mk \ dirdeps.mk \ gendirdeps.mk \ install-new.mk \ meta.autodep.mk \ meta.stage.mk \ meta.subdir.mk \ meta.sys.mk \ stage-install.sh \ sys.mk \ sys.dependfile.mk \ version_gen.awk -NO_OBJ= FILESDIR= ${BINDIR}/mk .if ${MK_TESTS} != "no" FILES+= atf.test.mk FILES+= plain.test.mk FILES+= suite.test.mk FILES+= tap.test.mk .endif .include .endif # CURDIR == PARSEDIR Index: head/share/security/Makefile =================================================================== --- head/share/security/Makefile (revision 291346) +++ head/share/security/Makefile (revision 291347) @@ -1,8 +1,7 @@ # $FreeBSD$ FILES= lomac-policy.contexts -NO_OBJ= FILESDIR= ${BINDIR}/security .include "${.CURDIR}/../Makefile.inc" .include Index: head/share/vt/keymaps/Makefile =================================================================== --- head/share/vt/keymaps/Makefile (revision 291346) +++ head/share/vt/keymaps/Makefile (revision 291347) @@ -1,93 +1,91 @@ # $FreeBSD$ FILES= INDEX.keymaps \ am.kbd \ be.acc.kbd \ be.kbd \ bg.bds.kbd \ bg.phonetic.kbd \ br.kbd \ br.noacc.kbd \ by.kbd \ ca.kbd \ ca-fr.kbd \ centraleuropean.kbd \ centraleuropean.qwerty.kbd \ ch-fr.acc.kbd \ ch-fr.kbd \ ch.acc.kbd \ ch.kbd \ ch.macbook.acc.kbd \ colemak.acc.kbd \ cz.kbd \ de.acc.kbd \ de.noacc.kbd \ de.kbd \ dk.acc.kbd \ dk.kbd \ dk.macbook.kbd \ ee.kbd \ es.acc.kbd \ es.dvorak.kbd \ es.kbd \ fi.kbd \ fr.acc.kbd \ fr.dvorak.acc.kbd \ fr.dvorak.kbd \ fr.kbd \ fr.macbook.kbd \ gr.101.acc.kbd \ gr.elot.acc.kbd \ gr.kbd \ hr.kbd \ hu.101.kbd \ hu.102.kbd \ il.kbd \ is.acc.kbd \ is.kbd \ it.kbd \ jp.capsctrl.kbd \ jp.kbd \ jp.pc98.iso.kbd \ jp.pc98.kbd \ kz.io.kbd \ kz.kst.kbd \ latinamerican.acc.kbd \ latinamerican.kbd \ lt.kbd \ nl.kbd \ no.dvorak.kbd \ no.kbd \ nordic.asus-eee.kbd \ pl.dvorak.kbd \ pl.kbd \ pt.acc.kbd \ pt.kbd \ ru.kbd \ ru.shift.kbd \ ru.win.kbd \ se.kbd \ si.kbd \ sk.kbd \ tr.kbd \ ua.kbd \ ua.shift.alt.kbd \ uk.capsctrl.kbd \ uk.dvorak.kbd \ uk.kbd \ us.acc.kbd \ us.ctrl.kbd \ us.dvorak.kbd \ us.dvorakl.kbd \ us.dvorakp.kbd \ us.dvorakr.kbd \ us.dvorakx.kbd \ us.emacs.kbd \ us.kbd \ us.unix.kbd \ FILESDIR= ${SHAREDIR}/vt/keymaps -NO_OBJ= - .include Index: head/usr.sbin/bsdconfig/console/Makefile =================================================================== --- head/usr.sbin/bsdconfig/console/Makefile (revision 291346) +++ head/usr.sbin/bsdconfig/console/Makefile (revision 291347) @@ -1,13 +1,11 @@ # $FreeBSD$ -NO_OBJ= - SUBDIR= include FILESDIR= ${LIBEXECDIR}/bsdconfig/080.console FILES= INDEX USAGE SCRIPTSDIR= ${FILESDIR} SCRIPTS= console font keymap repeat saver screenmap ttys .include Index: head/usr.sbin/bsdconfig/console/include/Makefile =================================================================== --- head/usr.sbin/bsdconfig/console/include/Makefile (revision 291346) +++ head/usr.sbin/bsdconfig/console/include/Makefile (revision 291347) @@ -1,8 +1,6 @@ # $FreeBSD$ -NO_OBJ= - FILESDIR= ${LIBEXECDIR}/bsdconfig/080.console/include FILES= messages.subr .include Index: head/usr.sbin/bsdconfig/diskmgmt/Makefile =================================================================== --- head/usr.sbin/bsdconfig/diskmgmt/Makefile (revision 291346) +++ head/usr.sbin/bsdconfig/diskmgmt/Makefile (revision 291347) @@ -1,13 +1,11 @@ # $FreeBSD$ -NO_OBJ= - SUBDIR= include FILESDIR= ${LIBEXECDIR}/bsdconfig/050.diskmgmt FILES= INDEX USAGE SCRIPTSDIR= ${FILESDIR} SCRIPTS= diskmgmt .include Index: head/usr.sbin/bsdconfig/diskmgmt/include/Makefile =================================================================== --- head/usr.sbin/bsdconfig/diskmgmt/include/Makefile (revision 291346) +++ head/usr.sbin/bsdconfig/diskmgmt/include/Makefile (revision 291347) @@ -1,8 +1,6 @@ # $FreeBSD$ -NO_OBJ= - FILESDIR= ${LIBEXECDIR}/bsdconfig/050.diskmgmt/include FILES= messages.subr .include Index: head/usr.sbin/bsdconfig/docsinstall/Makefile =================================================================== --- head/usr.sbin/bsdconfig/docsinstall/Makefile (revision 291346) +++ head/usr.sbin/bsdconfig/docsinstall/Makefile (revision 291347) @@ -1,13 +1,11 @@ # $FreeBSD$ -NO_OBJ= - SUBDIR= include FILESDIR= ${LIBEXECDIR}/bsdconfig/020.docsinstall FILES= INDEX USAGE SCRIPTSDIR= ${FILESDIR} SCRIPTS= docsinstall .include Index: head/usr.sbin/bsdconfig/docsinstall/include/Makefile =================================================================== --- head/usr.sbin/bsdconfig/docsinstall/include/Makefile (revision 291346) +++ head/usr.sbin/bsdconfig/docsinstall/include/Makefile (revision 291347) @@ -1,8 +1,6 @@ # $FreeBSD$ -NO_OBJ= - FILESDIR= ${LIBEXECDIR}/bsdconfig/020.docsinstall/include FILES= messages.subr .include Index: head/usr.sbin/bsdconfig/dot/Makefile =================================================================== --- head/usr.sbin/bsdconfig/dot/Makefile (revision 291346) +++ head/usr.sbin/bsdconfig/dot/Makefile (revision 291347) @@ -1,13 +1,11 @@ # $FreeBSD$ -NO_OBJ= - SUBDIR= include FILESDIR= ${LIBEXECDIR}/bsdconfig/dot FILES= INDEX USAGE SCRIPTSDIR= ${FILESDIR} SCRIPTS= dot .include Index: head/usr.sbin/bsdconfig/dot/include/Makefile =================================================================== --- head/usr.sbin/bsdconfig/dot/include/Makefile (revision 291346) +++ head/usr.sbin/bsdconfig/dot/include/Makefile (revision 291347) @@ -1,8 +1,6 @@ # $FreeBSD$ -NO_OBJ= - FILESDIR= ${LIBEXECDIR}/bsdconfig/dot/include FILES= messages.subr .include Index: head/usr.sbin/bsdconfig/examples/Makefile =================================================================== --- head/usr.sbin/bsdconfig/examples/Makefile (revision 291346) +++ head/usr.sbin/bsdconfig/examples/Makefile (revision 291347) @@ -1,8 +1,6 @@ # $FreeBSD$ -NO_OBJ= - FILESDIR= ${SHAREDIR}/examples/bsdconfig FILES= add_some_packages.sh browse_packages_http.sh bsdconfigrc .include Index: head/usr.sbin/bsdconfig/include/Makefile =================================================================== --- head/usr.sbin/bsdconfig/include/Makefile (revision 291346) +++ head/usr.sbin/bsdconfig/include/Makefile (revision 291347) @@ -1,9 +1,7 @@ # $FreeBSD$ -NO_OBJ= - FILESDIR= ${LIBEXECDIR}/bsdconfig/include FILES= bsdconfig.hlp media.hlp messages.subr network_device.hlp \ options.hlp tcp.hlp usage.hlp .include Index: head/usr.sbin/bsdconfig/includes/Makefile =================================================================== --- head/usr.sbin/bsdconfig/includes/Makefile (revision 291346) +++ head/usr.sbin/bsdconfig/includes/Makefile (revision 291347) @@ -1,13 +1,11 @@ # $FreeBSD$ -NO_OBJ= - SUBDIR= include FILESDIR= ${LIBEXECDIR}/bsdconfig/includes FILES= INDEX USAGE SCRIPTSDIR= ${FILESDIR} SCRIPTS= includes.sh .include Index: head/usr.sbin/bsdconfig/includes/include/Makefile =================================================================== --- head/usr.sbin/bsdconfig/includes/include/Makefile (revision 291346) +++ head/usr.sbin/bsdconfig/includes/include/Makefile (revision 291347) @@ -1,8 +1,6 @@ # $FreeBSD$ -NO_OBJ= - FILESDIR= ${LIBEXECDIR}/bsdconfig/includes/include FILES= messages.subr .include Index: head/usr.sbin/bsdconfig/mouse/Makefile =================================================================== --- head/usr.sbin/bsdconfig/mouse/Makefile (revision 291346) +++ head/usr.sbin/bsdconfig/mouse/Makefile (revision 291347) @@ -1,13 +1,11 @@ # $FreeBSD$ -NO_OBJ= - SUBDIR= include FILESDIR= ${LIBEXECDIR}/bsdconfig/110.mouse FILES= INDEX USAGE SCRIPTSDIR= ${FILESDIR} SCRIPTS= disable enable flags mouse port type .include Index: head/usr.sbin/bsdconfig/mouse/include/Makefile =================================================================== --- head/usr.sbin/bsdconfig/mouse/include/Makefile (revision 291346) +++ head/usr.sbin/bsdconfig/mouse/include/Makefile (revision 291347) @@ -1,8 +1,6 @@ # $FreeBSD$ -NO_OBJ= - FILESDIR= ${LIBEXECDIR}/bsdconfig/110.mouse/include FILES= messages.subr .include Index: head/usr.sbin/bsdconfig/networking/Makefile =================================================================== --- head/usr.sbin/bsdconfig/networking/Makefile (revision 291346) +++ head/usr.sbin/bsdconfig/networking/Makefile (revision 291347) @@ -1,13 +1,11 @@ # $FreeBSD$ -NO_OBJ= - SUBDIR= include share FILESDIR= ${LIBEXECDIR}/bsdconfig/120.networking FILES= INDEX USAGE SCRIPTSDIR= ${FILESDIR} SCRIPTS= defaultrouter devices hostname nameservers networking .include Index: head/usr.sbin/bsdconfig/networking/include/Makefile =================================================================== --- head/usr.sbin/bsdconfig/networking/include/Makefile (revision 291346) +++ head/usr.sbin/bsdconfig/networking/include/Makefile (revision 291347) @@ -1,8 +1,6 @@ # $FreeBSD$ -NO_OBJ= - FILESDIR= ${LIBEXECDIR}/bsdconfig/120.networking/include FILES= messages.subr .include Index: head/usr.sbin/bsdconfig/networking/share/Makefile =================================================================== --- head/usr.sbin/bsdconfig/networking/share/Makefile (revision 291346) +++ head/usr.sbin/bsdconfig/networking/share/Makefile (revision 291347) @@ -1,9 +1,7 @@ # $FreeBSD$ -NO_OBJ= - FILESDIR= ${SHAREDIR}/bsdconfig/networking FILES= common.subr device.subr hostname.subr ipaddr.subr media.subr \ netmask.subr resolv.subr routing.subr services.subr .include Index: head/usr.sbin/bsdconfig/packages/Makefile =================================================================== --- head/usr.sbin/bsdconfig/packages/Makefile (revision 291346) +++ head/usr.sbin/bsdconfig/packages/Makefile (revision 291347) @@ -1,13 +1,11 @@ # $FreeBSD$ -NO_OBJ= - SUBDIR= include FILESDIR= ${LIBEXECDIR}/bsdconfig/030.packages FILES= INDEX USAGE SCRIPTSDIR= ${FILESDIR} SCRIPTS= packages .include Index: head/usr.sbin/bsdconfig/packages/include/Makefile =================================================================== --- head/usr.sbin/bsdconfig/packages/include/Makefile (revision 291346) +++ head/usr.sbin/bsdconfig/packages/include/Makefile (revision 291347) @@ -1,8 +1,6 @@ # $FreeBSD$ -NO_OBJ= - FILESDIR= ${LIBEXECDIR}/bsdconfig/030.packages/include FILES= messages.subr .include Index: head/usr.sbin/bsdconfig/password/Makefile =================================================================== --- head/usr.sbin/bsdconfig/password/Makefile (revision 291346) +++ head/usr.sbin/bsdconfig/password/Makefile (revision 291347) @@ -1,13 +1,11 @@ # $FreeBSD$ -NO_OBJ= - SUBDIR= include share FILESDIR= ${LIBEXECDIR}/bsdconfig/040.password FILES= INDEX USAGE SCRIPTSDIR= ${FILESDIR} SCRIPTS= password .include Index: head/usr.sbin/bsdconfig/password/include/Makefile =================================================================== --- head/usr.sbin/bsdconfig/password/include/Makefile (revision 291346) +++ head/usr.sbin/bsdconfig/password/include/Makefile (revision 291347) @@ -1,8 +1,6 @@ # $FreeBSD$ -NO_OBJ= - FILESDIR= ${LIBEXECDIR}/bsdconfig/040.password/include FILES= messages.subr .include Index: head/usr.sbin/bsdconfig/password/share/Makefile =================================================================== --- head/usr.sbin/bsdconfig/password/share/Makefile (revision 291346) +++ head/usr.sbin/bsdconfig/password/share/Makefile (revision 291347) @@ -1,8 +1,6 @@ # $FreeBSD$ -NO_OBJ= - FILESDIR= ${SHAREDIR}/bsdconfig/password FILES= password.subr .include Index: head/usr.sbin/bsdconfig/security/Makefile =================================================================== --- head/usr.sbin/bsdconfig/security/Makefile (revision 291346) +++ head/usr.sbin/bsdconfig/security/Makefile (revision 291347) @@ -1,13 +1,11 @@ # $FreeBSD$ -NO_OBJ= - SUBDIR= include FILESDIR= ${LIBEXECDIR}/bsdconfig/130.security FILES= INDEX USAGE SCRIPTSDIR= ${FILESDIR} SCRIPTS= kern_securelevel security .include Index: head/usr.sbin/bsdconfig/security/include/Makefile =================================================================== --- head/usr.sbin/bsdconfig/security/include/Makefile (revision 291346) +++ head/usr.sbin/bsdconfig/security/include/Makefile (revision 291347) @@ -1,8 +1,6 @@ # $FreeBSD$ -NO_OBJ= - FILESDIR= ${LIBEXECDIR}/bsdconfig/130.security/include FILES= messages.subr securelevel.hlp .include Index: head/usr.sbin/bsdconfig/share/Makefile =================================================================== --- head/usr.sbin/bsdconfig/share/Makefile (revision 291346) +++ head/usr.sbin/bsdconfig/share/Makefile (revision 291347) @@ -1,12 +1,10 @@ # $FreeBSD$ -NO_OBJ= - SUBDIR= media packages FILESDIR= ${SHAREDIR}/bsdconfig FILES= common.subr device.subr dialog.subr geom.subr keymap.subr \ mustberoot.subr script.subr strings.subr struct.subr \ sysrc.subr variable.subr .include Index: head/usr.sbin/bsdconfig/share/media/Makefile =================================================================== --- head/usr.sbin/bsdconfig/share/media/Makefile (revision 291346) +++ head/usr.sbin/bsdconfig/share/media/Makefile (revision 291347) @@ -1,10 +1,8 @@ # $FreeBSD$ -NO_OBJ= - FILESDIR= ${SHAREDIR}/bsdconfig/media FILES= any.subr cdrom.subr common.subr directory.subr dos.subr \ floppy.subr ftp.subr http.subr httpproxy.subr network.subr \ nfs.subr options.subr tcpip.subr ufs.subr usb.subr .include Index: head/usr.sbin/bsdconfig/share/packages/Makefile =================================================================== --- head/usr.sbin/bsdconfig/share/packages/Makefile (revision 291346) +++ head/usr.sbin/bsdconfig/share/packages/Makefile (revision 291347) @@ -1,8 +1,6 @@ # $FreeBSD$ -NO_OBJ= - FILESDIR= ${SHAREDIR}/bsdconfig/packages FILES= categories.subr index.subr musthavepkg.subr packages.subr .include Index: head/usr.sbin/bsdconfig/startup/Makefile =================================================================== --- head/usr.sbin/bsdconfig/startup/Makefile (revision 291346) +++ head/usr.sbin/bsdconfig/startup/Makefile (revision 291347) @@ -1,13 +1,11 @@ # $FreeBSD$ -NO_OBJ= - SUBDIR= include share FILESDIR= ${LIBEXECDIR}/bsdconfig/140.startup FILES= INDEX USAGE SCRIPTSDIR= ${FILESDIR} SCRIPTS= misc rcadd rcconf rcdelete rcedit rcvar startup .include Index: head/usr.sbin/bsdconfig/startup/include/Makefile =================================================================== --- head/usr.sbin/bsdconfig/startup/include/Makefile (revision 291346) +++ head/usr.sbin/bsdconfig/startup/include/Makefile (revision 291347) @@ -1,8 +1,6 @@ # $FreeBSD$ -NO_OBJ= - FILESDIR= ${LIBEXECDIR}/bsdconfig/140.startup/include FILES= messages.subr .include Index: head/usr.sbin/bsdconfig/startup/share/Makefile =================================================================== --- head/usr.sbin/bsdconfig/startup/share/Makefile (revision 291346) +++ head/usr.sbin/bsdconfig/startup/share/Makefile (revision 291347) @@ -1,8 +1,6 @@ # $FreeBSD$ -NO_OBJ= - FILESDIR= ${SHAREDIR}/bsdconfig/startup FILES= rcconf.subr rcedit.subr rcvar.subr .include Index: head/usr.sbin/bsdconfig/timezone/Makefile =================================================================== --- head/usr.sbin/bsdconfig/timezone/Makefile (revision 291346) +++ head/usr.sbin/bsdconfig/timezone/Makefile (revision 291347) @@ -1,13 +1,11 @@ # $FreeBSD$ -NO_OBJ= - SUBDIR= include share FILESDIR= ${LIBEXECDIR}/bsdconfig/090.timezone FILES= INDEX USAGE SCRIPTSDIR= ${FILESDIR} SCRIPTS= timezone .include Index: head/usr.sbin/bsdconfig/timezone/include/Makefile =================================================================== --- head/usr.sbin/bsdconfig/timezone/include/Makefile (revision 291346) +++ head/usr.sbin/bsdconfig/timezone/include/Makefile (revision 291347) @@ -1,8 +1,6 @@ # $FreeBSD$ -NO_OBJ= - FILESDIR= ${LIBEXECDIR}/bsdconfig/090.timezone/include FILES= messages.subr .include Index: head/usr.sbin/bsdconfig/timezone/share/Makefile =================================================================== --- head/usr.sbin/bsdconfig/timezone/share/Makefile (revision 291346) +++ head/usr.sbin/bsdconfig/timezone/share/Makefile (revision 291347) @@ -1,9 +1,7 @@ # $FreeBSD$ -NO_OBJ= - FILESDIR= ${SHAREDIR}/bsdconfig/timezone FILES= continents.subr countries.subr iso3166.subr menus.subr \ zones.subr .include Index: head/usr.sbin/bsdconfig/ttys/Makefile =================================================================== --- head/usr.sbin/bsdconfig/ttys/Makefile (revision 291346) +++ head/usr.sbin/bsdconfig/ttys/Makefile (revision 291347) @@ -1,13 +1,11 @@ # $FreeBSD$ -NO_OBJ= - SUBDIR= include FILESDIR= ${LIBEXECDIR}/bsdconfig/150.ttys FILES= INDEX USAGE SCRIPTSDIR= ${FILESDIR} SCRIPTS= ttys .include Index: head/usr.sbin/bsdconfig/ttys/include/Makefile =================================================================== --- head/usr.sbin/bsdconfig/ttys/include/Makefile (revision 291346) +++ head/usr.sbin/bsdconfig/ttys/include/Makefile (revision 291347) @@ -1,8 +1,6 @@ # $FreeBSD$ -NO_OBJ= - FILESDIR= ${LIBEXECDIR}/bsdconfig/150.ttys/include FILES= messages.subr .include Index: head/usr.sbin/bsdconfig/usermgmt/Makefile =================================================================== --- head/usr.sbin/bsdconfig/usermgmt/Makefile (revision 291346) +++ head/usr.sbin/bsdconfig/usermgmt/Makefile (revision 291347) @@ -1,13 +1,11 @@ # $FreeBSD$ -NO_OBJ= - SUBDIR= include share FILESDIR= ${LIBEXECDIR}/bsdconfig/070.usermgmt FILES= INDEX USAGE SCRIPTSDIR= ${FILESDIR} SCRIPTS= groupadd groupdel groupedit useradd userdel useredit usermgmt .include Index: head/usr.sbin/bsdconfig/usermgmt/include/Makefile =================================================================== --- head/usr.sbin/bsdconfig/usermgmt/include/Makefile (revision 291346) +++ head/usr.sbin/bsdconfig/usermgmt/include/Makefile (revision 291347) @@ -1,8 +1,6 @@ # $FreeBSD$ -NO_OBJ= - FILESDIR= ${LIBEXECDIR}/bsdconfig/070.usermgmt/include FILES= messages.subr usermgmt.hlp .include Index: head/usr.sbin/bsdconfig/usermgmt/share/Makefile =================================================================== --- head/usr.sbin/bsdconfig/usermgmt/share/Makefile (revision 291346) +++ head/usr.sbin/bsdconfig/usermgmt/share/Makefile (revision 291347) @@ -1,8 +1,6 @@ # $FreeBSD$ -NO_OBJ= - FILESDIR= ${SHAREDIR}/bsdconfig/usermgmt FILES= group.subr group_input.subr user.subr user_input.subr .include