de1d4a81ee
on y.tab.h generated. It will soon be used to tell bsd.dep.mk that y.tab.h itself needs to be generated.
11 lines
199 B
Makefile
11 lines
199 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/7/93
|
|
# $Id: Makefile,v 1.18 1998/05/04 20:09:03 bde Exp $
|
|
|
|
PROG= mklocale
|
|
SRCS= yacc.y lex.l y.tab.h
|
|
CFLAGS+=-I.
|
|
MAN1= mklocale.1
|
|
SUBDIR= data
|
|
|
|
.include <bsd.prog.mk>
|