summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-02-26 22:13:35 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-02-26 22:13:35 +0000
commit9dc08e67145adac3184a57098d7980e71308c674 (patch)
tree7fdc8b4032c0862465d4c0ca6419c1b7c8bbc638 /share
parentfabc8d03d5684183f6e441d7930e3531c53d7482 (diff)
downloadFreeBSD-src-9dc08e67145adac3184a57098d7980e71308c674.zip
FreeBSD-src-9dc08e67145adac3184a57098d7980e71308c674.tar.gz
Remove more references to targets we've never had.
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.sys.mk7
1 files changed, 3 insertions, 4 deletions
diff --git a/share/mk/bsd.sys.mk b/share/mk/bsd.sys.mk
index 2ce5beb..1ca9600 100644
--- a/share/mk/bsd.sys.mk
+++ b/share/mk/bsd.sys.mk
@@ -179,11 +179,10 @@ CXXFLAGS+= ${CXXFLAGS.${COMPILER_TYPE}}
PHONY_NOTMAIN = afterdepend afterinstall all beforedepend beforeinstall \
beforelinking build build-tools buildconfig buildfiles \
buildincludes check checkdpadd clean cleandepend cleandir \
- cleanobj configure depend dependall distclean distribute exe \
+ cleanobj configure depend distclean distribute exe \
files html includes install installconfig installfiles \
- installincludes lint obj objlink objs objwarn realall \
- realdepend realinstall subdir-all subdir-depend \
- subdir-install tags whereobj
+ installincludes lint obj objlink objs objwarn \
+ realinstall tags whereobj
# we don't want ${PROG} to be PHONY
.PHONY: ${PHONY_NOTMAIN:N${PROG:U}}
OpenPOWER on IntegriCloud