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)
This commit is contained in:
Matthew Hunt 1998-05-20 04:57:16 +00:00
parent 0281ccd3a9
commit 71e3426cdc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36241

View File

@ -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: