9af903907c
search paths are. So add the requirements of both. :-(
10 lines
159 B
Makefile
10 lines
159 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/7/93
|
|
# $FreeBSD$
|
|
|
|
PROG= mklocale
|
|
SRCS= yacc.y lex.l y.tab.h
|
|
CFLAGS+= -I${.CURDIR} -I.
|
|
MAN1= mklocale.1
|
|
|
|
.include <bsd.prog.mk>
|