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:
parent
52da96d26e
commit
f0a31230be
@ -1,5 +1,5 @@
|
||||
# $FreeBSD$
|
||||
|
||||
SUBDIR = lib libdiff cvs cvsbug doc
|
||||
SUBDIR = lib libdiff cvs contrib cvsbug doc
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
@ -1,5 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.POSIX:
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
.PATH: ${CVSDIR}/contrib
|
||||
|
Loading…
Reference in New Issue
Block a user