From b6209a9b5861cbf265a23afeac999cb27bfc7eae Mon Sep 17 00:00:00 2001 From: "Simon J. Gerraty" Date: Sun, 30 Nov 2014 00:20:20 +0000 Subject: Rename pkgs to more generic targets (that's what they are) Reviewed by: marcel --- targets/pseudo/Makefile.inc | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 targets/pseudo/Makefile.inc (limited to 'targets/pseudo/Makefile.inc') diff --git a/targets/pseudo/Makefile.inc b/targets/pseudo/Makefile.inc new file mode 100644 index 000000000000..40f3828ec7d4 --- /dev/null +++ b/targets/pseudo/Makefile.inc @@ -0,0 +1,13 @@ +# $FreeBSD$ + +# we don't do anything in these dirs +# they are just for triggering building of other things + +UPDATE_DEPENDFILE= no + +.if !target(all) +all: + @echo Done! +.endif + + -- cgit v1.2.3