diff options
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile index 24e0c950fbfd..cb91c23e07a5 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -453,12 +453,10 @@ distrib-dirs: ${MTREES:N/*} distrib-cleanup .PHONY done .endif -etc-examples-install: - ${META_COOKIE_RM} +etc-examples-install: ${META_DEPS} cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \ ${BIN1} ${BIN2} nsmb.conf opieaccess \ ${DESTDIR}${SHAREDIR}/examples/etc - ${META_COOKIE_TOUCH} etc-examples: etc-examples-install ${_+_}cd ${.CURDIR}/defaults; \ |