summaryrefslogtreecommitdiff
path: root/etc/Makefile
diff options
context:
space:
mode:
authorBrad Davis <brd@FreeBSD.org>2018-08-22 15:55:23 +0000
committerBrad Davis <brd@FreeBSD.org>2018-08-22 15:55:23 +0000
commit39cec25ba73b28a104d7f050610e141e47239262 (patch)
treebef1b89aba14bcdddb6c12dfb25834062e6ff863 /etc/Makefile
parentf54d801ae5153b36aeb648276967adbeb8df143d (diff)
downloadsrc-test-39cec25ba73b28a104d7f050610e141e47239262.tar.gz
src-test-39cec25ba73b28a104d7f050610e141e47239262.zip
Move all devfs related files to sbin/devfs/
This is related to pkgbase as it uses CONFS to properly tag these as config files. Approved by: will (mentor) Differential Revision: https://reviews.freebsd.org/D16785
Notes
Notes: svn path=/head/; revision=338204
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 443364c706d87..a792dc515ad3d 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -13,7 +13,6 @@ SUBDIR+=sendmail
.endif
BIN1= crontab \
- devfs.conf \
dhclient.conf \
disktab \
fbtab \
@@ -142,7 +141,6 @@ distribution:
echo "./var/db/services.db type=file mode=0644 uname=root gname=wheel"; \
) | ${METALOG.add}
.endif
- ${_+_}cd ${.CURDIR}/defaults; ${MAKE} install
${_+_}cd ${.CURDIR}/gss; ${MAKE} install
${_+_}cd ${.CURDIR}/mtree; ${MAKE} install
${_+_}cd ${SRCTOP}/share/termcap; ${MAKE} etc-termcap
@@ -281,16 +279,11 @@ distrib-dirs: ${MTREES:N/*} distrib-cleanup .PHONY
done
.endif
-etc-examples-install: ${META_DEPS}
+etc-examples: ${META_DEPS}
cd ${.CURDIR}; ${INSTALL} ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 \
${BIN1} ${BIN2} nsmb.conf opieaccess \
${DESTDIR}${SHAREDIR}/examples/etc
-etc-examples: etc-examples-install
- ${_+_}cd ${.CURDIR}/defaults; \
- ${MAKE} ${${MK_STAGING} == "yes":?all:install} \
- DESTDIR=${DESTDIR}${SHAREDIR}/examples
-
.include <bsd.prog.mk>
.if ${MK_INSTALL_AS_USER} == "yes" && ${_uid} != 0