aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-11-11 18:51:42 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-11-11 18:51:42 +0000
commit78052a2932a5225a95c506988181edca3c25da25 (patch)
tree848c6a42baabfb804c2650189707f07588455cae /base
parent9cedbdb73c3dab0dfb07f88b7baf120ab4c29a1e (diff)
downloadports-78052a2932a5225a95c506988181edca3c25da25.tar.gz
ports-78052a2932a5225a95c506988181edca3c25da25.zip
Add a Makefile to unbreak some scripts that lookup for all lowercase directories
and expect a Makefile in there Reported by: marino
Notes
Notes: svn path=/head/; revision=425903
Diffstat (limited to 'base')
-rw-r--r--base/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/base/Makefile b/base/Makefile
new file mode 100644
index 000000000000..1d213113ffef
--- /dev/null
+++ b/base/Makefile
@@ -0,0 +1,5 @@
+# $FreeBSD$
+
+# Never add SUBDIRS here as the ports should not be connected to the build
+#
+.include <bsd.port.subdir.mk>