summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 5dc308301de5..a90fa768ac49 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -14,10 +14,6 @@ UPDATE_DEPENDFILE= no
SUBDIR+=sendmail
.endif
-BIN1= \
- login.access \
- login.access
-
# NB: keep these sorted by MK_* knobs
.if ${MK_SENDMAIL} == "no"
@@ -56,9 +52,6 @@ distribution:
@echo "set DESTDIR before running \"make ${.TARGET}\""
@false
.endif
- cd ${.CURDIR}; \
- ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
- ${BIN1} ${DESTDIR}/etc
${_+_}cd ${.CURDIR}/gss; ${MAKE} install
${_+_}cd ${.CURDIR}/mtree; ${MAKE} install
${_+_}cd ${SRCTOP}/share/termcap; ${MAKE} etc-termcap
@@ -168,11 +161,6 @@ distrib-dirs: ${MTREES:N/*} distrib-cleanup .PHONY
.endfor
.endif
-etc-examples: ${META_DEPS}
- cd ${.CURDIR}; ${INSTALL} ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 \
- ${BIN1} ${BIN2} \
- ${DESTDIR}${SHAREDIR}/examples/etc
-
.include <bsd.prog.mk>
.if ${MK_INSTALL_AS_USER} == "yes" && ${_uid} != 0