1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-05 09:14:03 +00:00

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:
David E. O'Brien 2008-01-16 17:16:36 +00:00
parent 8ffbe1559e
commit d74c91c758
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=175384
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