summaryrefslogtreecommitdiffstats
path: root/share/mk
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-10-14 20:38:51 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-10-14 20:38:51 +0000
commitcca4c2208254d663d97f949aaec527b707293388 (patch)
tree6687e11aea9f2f1230d883a10a876031dbe3ae36 /share/mk
parent174c029e4d37ec1d4909afd8fda9d37c8225f7f4 (diff)
downloadFreeBSD-src-cca4c2208254d663d97f949aaec527b707293388.zip
FreeBSD-src-cca4c2208254d663d97f949aaec527b707293388.tar.gz
Add missing targets to PHONY_NOTMAIN.
- buildconfig, installconfig (missed in r289085) - files (missed in r241298) Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.sys.mk14
1 files changed, 7 insertions, 7 deletions
diff --git a/share/mk/bsd.sys.mk b/share/mk/bsd.sys.mk
index 044b668..d5a4696 100644
--- a/share/mk/bsd.sys.mk
+++ b/share/mk/bsd.sys.mk
@@ -165,13 +165,13 @@ CXXFLAGS+= ${CXXFLAGS.${COMPILER_TYPE}}
# Tell bmake not to mistake standard targets for things to be searched for
# or expect to ever be up-to-date.
PHONY_NOTMAIN = afterdepend afterinstall all beforedepend beforeinstall \
- beforelinking build build-tools buildfiles buildincludes \
- checkdpadd clean cleandepend cleandir cleanobj configure \
- depend dependall distclean distribute exe \
- html includes install installfiles installincludes lint \
- obj objlink objs objwarn realall realdepend \
- realinstall regress subdir-all subdir-depend subdir-install \
- tags whereobj
+ beforelinking build build-tools buildconfig buildfiles \
+ buildincludes checkdpadd clean cleandepend cleandir cleanobj \
+ configure depend dependall distclean distribute exe \
+ files html includes install installconfig installfiles \
+ installincludes lint obj objlink objs objwarn realall \
+ realdepend realinstall regress subdir-all subdir-depend \
+ subdir-install tags whereobj
# we don't want ${PROG} to be PHONY
.PHONY: ${PHONY_NOTMAIN:N${PROG:U}}
OpenPOWER on IntegriCloud