dee69ea53c
While those tools are not needed anymore they are necessary to build FreeBSD 9 and 10. it does not hurt to keep those tools around until both 9 and 10 branch become EOLed. Modify colldef(1) to build after the change in the collation header, and ensure it does produce the same collation definition it used to generate for 9 and 10 Reported by: Oliver Pinter
11 lines
213 B
Makefile
11 lines
213 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/7/93
|
|
# $FreeBSD$
|
|
|
|
PROG= mklocale
|
|
SRCS= yacc.y lex.l y.tab.h
|
|
CFLAGS+= -I. -I${.CURDIR} -I${.CURDIR}/../../lib/libc/locale
|
|
|
|
NO_WMISSING_VARIABLE_DECLARATIONS=
|
|
|
|
.include <bsd.prog.mk>
|