Add a Makefile to unbreak some scripts that lookup for all lowercase directories

and expect a Makefile in there

Reported by:	marino
This commit is contained in:
Baptiste Daroussin 2016-11-11 18:51:42 +00:00
parent 9cedbdb73c
commit 78052a2932
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425903

5
base/Makefile Normal file
View File

@ -0,0 +1,5 @@
# $FreeBSD$
# Never add SUBDIRS here as the ports should not be connected to the build
#
.include <bsd.port.subdir.mk>