summaryrefslogtreecommitdiffstats
path: root/share/mk/Makefile
diff options
context:
space:
mode:
authormph <mph@FreeBSD.org>1998-05-20 04:57:16 +0000
committermph <mph@FreeBSD.org>1998-05-20 04:57:16 +0000
commitc6d2a0204536d856fd1fe872aa2432f1fcc5999d (patch)
tree82c8ac80b3b3833b2bb72db44c2b69b632204a02 /share/mk/Makefile
parenteebf15af74ffdbdd6047502d8f49b9cc201b90f5 (diff)
downloadFreeBSD-src-c6d2a0204536d856fd1fe872aa2432f1fcc5999d.zip
FreeBSD-src-c6d2a0204536d856fd1fe872aa2432f1fcc5999d.tar.gz
Add bsd.locale.mk to the list of files. Whether bsd.locale.mk is
the right solution or not, bsd.port.mk is broken unless bsd.locale.mk is installed. Note that if LOCALE is not defined, port-building explodes: "/usr/share/mk/bsd.locale.mk", line 135: if-less elif "/usr/share/mk/bsd.locale.mk", line 135: Need an operator (For each .if testing LOCALE)
Diffstat (limited to 'share/mk/Makefile')
-rw-r--r--share/mk/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/share/mk/Makefile b/share/mk/Makefile
index 9a9761f..0293a37 100644
--- a/share/mk/Makefile
+++ b/share/mk/Makefile
@@ -1,11 +1,11 @@
-# $Id: Makefile,v 1.15 1997/02/22 13:56:08 peter Exp $
+# $Id: Makefile,v 1.16 1998/01/03 14:04:55 wosch Exp $
# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
FILES= bsd.README
FILES+= bsd.dep.mk bsd.doc.mk bsd.info.mk bsd.kern.mk bsd.kmod.mk
-FILES+= bsd.lib.mk bsd.libnames.mk bsd.man.mk bsd.obj.mk bsd.own.mk
-FILES+= bsd.port.mk bsd.port.subdir.mk bsd.prog.mk bsd.sgml.mk bsd.subdir.mk
-FILES+= sys.mk
+FILES+= bsd.lib.mk bsd.libnames.mk bsd.locale.mk bsd.man.mk bsd.obj.mk
+FILES+= bsd.own.mk bsd.port.mk bsd.port.subdir.mk bsd.prog.mk bsd.sgml.mk
+FILES+= bsd.subdir.mk sys.mk
NOOBJ= noobj
all clean cleandir depend lint tags:
OpenPOWER on IntegriCloud