summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2015-06-22 16:13:17 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2015-06-22 16:13:17 +0000
commit65faab7f4a8a377e0bc2fa8e946a69ae3a7506db (patch)
tree0c51b4f6ced873fbb464f96c75af07a667af22b8 /Makefile
parent4eea8d9b4158e5a08342ce31031a1555363c11f4 (diff)
downloadsrc-test2-65faab7f4a8a377e0bc2fa8e946a69ae3a7506db.tar.gz
src-test2-65faab7f4a8a377e0bc2fa8e946a69ae3a7506db.zip
Notes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ac62b9827cd4..261e3b475488 100644
--- a/Makefile
+++ b/Makefile
@@ -408,7 +408,7 @@ UNIVERSE_TARGET?= buildworld
.endif
KERNSRCDIR?= ${.CURDIR}/sys
-targets:
+targets: .PHONY
@echo "Supported TARGET/TARGET_ARCH pairs for world and kernel targets"
.for target in ${TARGETS}
.for target_arch in ${TARGET_ARCHES_${target}}