xref: /original-bsd/usr.bin/mklocale/Makefile (revision 2598cae2)
1#	@(#)Makefile	5.1 (Berkeley) 06/06/93
2
3PROG=	mklocale
4SRCS=	yacc.y lex.l
5CFLAGS+=-I.
6
7.include <bsd.prog.mk>
8