Revert previous. The fact that they don't pass is something to fix, not
to avoid (although this is fixed in the soon-to-be-committed wrapper framework).
This commit is contained in:
parent
d8611c4044
commit
537f85b47c
1 changed files with 1 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.3 2004/08/27 21:45:54 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2004/08/27 21:47:02 jlam Exp $
|
||||
|
||||
DISTNAME= regress-buildlink-transform-0.0
|
||||
CATEGORIES= regress
|
||||
|
@ -53,8 +53,6 @@ TEST_MAKEFILES!= \
|
|||
${FIND} ${TEST_DIR} -name "*.mk" -print || ${ECHO} "none"
|
||||
.endif
|
||||
|
||||
TEST_MAKEFILES:= ${TEST_MAKEFILES:N*-slashdot.mk}
|
||||
|
||||
.for _mkfile_ in ${TEST_MAKEFILES}
|
||||
. if exists(${_mkfile_})
|
||||
. include "${_mkfile_}"
|
||||
|
|
Loading…
Reference in a new issue