Use a phony .POSIX target. This seems to be the way to

turn off the stuff in src/usr.bin/make/main.c rev 1.161.
This commit is contained in:
obrien 2008-01-16 17:16:36 +00:00
parent 52da96d26e
commit f0a31230be
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# $FreeBSD$
SUBDIR = lib libdiff cvs cvsbug doc
SUBDIR = lib libdiff cvs contrib cvsbug doc
.include <bsd.subdir.mk>

View File

@ -1,5 +1,7 @@
# $FreeBSD$
.POSIX:
.include "../Makefile.inc"
.PATH: ${CVSDIR}/contrib