summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/mk-files/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/mk-files/Makefile b/devel/mk-files/Makefile
index ae575435310..ba4e0af5098 100644
--- a/devel/mk-files/Makefile
+++ b/devel/mk-files/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2007/02/22 19:26:22 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2008/01/05 21:48:53 rillig Exp $
#
DISTNAME= mk-20050405
@@ -37,9 +37,9 @@ do-install:
# same goes for the bsd.*.mk files (it makes the symlinks to *.mk)
${WRKSRC}/FILES: extract
${WRKDIR}/.PLIST_SRC: ${WRKSRC}/FILES
- @( ${GREP} '^[A-Za-z].*\.mk' $> ; \
+ @( ${GREP} '^[A-Za-z].*\.mk' ${.ALLSRC} ; \
[ -f /usr/share/mk/sys.mk ] || ${ECHO} sys.mk; \
[ -f /usr/share/mk/bsd.prog.mk ] || \
for f in dep doc init lib man nls obj own prog subdir; do \
${ECHO} bsd.$$f.mk; \
- done ) | ${SED} 's,^,share/mk/,' > $@
+ done ) | ${SED} 's,^,share/mk/,' > ${.TARGET}