diff options
author | gjb <gjb@FreeBSD.org> | 2016-06-01 20:44:28 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2016-06-01 20:44:28 +0000 |
commit | fe5676baea3c38ee19776983fdc1cf22c4a7d928 (patch) | |
tree | d5de5230db3fad21fe53ad39c087cff6f8737235 /share/mk/bsd.subdir.mk | |
parent | ca9df9fc9c6b915fb06e4d21543dfe2af4d7d1d8 (diff) | |
download | FreeBSD-src-fe5676baea3c38ee19776983fdc1cf22c4a7d928.zip FreeBSD-src-fe5676baea3c38ee19776983fdc1cf22c4a7d928.tar.gz |
Revert r301137 and r301163, and implement a correct fix
for the CONFS issue with dma.conf and ppp.conf.
Thank you very much to Bryan Drewery for looking into the
problem and providing this fix.
Pointyhat: gjb
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'share/mk/bsd.subdir.mk')
-rw-r--r-- | share/mk/bsd.subdir.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/mk/bsd.subdir.mk b/share/mk/bsd.subdir.mk index ba31e82..f1b0970 100644 --- a/share/mk/bsd.subdir.mk +++ b/share/mk/bsd.subdir.mk @@ -72,10 +72,9 @@ DISTRIBUTION?= base distribute: .MAKE .for dist in ${DISTRIBUTION} ${_+_}cd ${.CURDIR}; \ - ${MAKE} install -DNO_SUBDIR DESTDIR=${DISTDIR}/${dist} SHARED=copies + ${MAKE} install installconfig -DNO_SUBDIR DESTDIR=${DISTDIR}/${dist} SHARED=copies .endfor .endif - # Convenience targets to run 'build${target}' and 'install${target}' when # calling 'make ${target}'. .for __target in files includes |