head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	94.05.28.00.42.49;	author md;	state Exp;
branches;
next	1.1;

1.1
date	93.06.08.03.37.34;	author md;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Need to look at source directory too.
@
text
@#	@@(#)Makefile	8.1 (Berkeley) 6/7/93

PROG=	mklocale
SRCS=	yacc.c lex.c
CFLAGS+=-I. -I${.CURDIR}
CLEANFILES+=y.tab.h yacc.c lex.c

.include <bsd.prog.mk>
@


1.1
log
@Initial revision
@
text
@d5 1
a5 1
CFLAGS+=-I.
@
