Deleted Added
sdiff udiff text old ( 116502 ) new ( 146261 )
full compact
1# @(#)Makefile 8.1 (Berkeley) 6/7/93
2# $FreeBSD: head/usr.bin/mklocale/Makefile 116502 2003-06-17 19:58:33Z charnier $
3
4PROG= mklocale
5WARNS?= 6
6SRCS= yacc.y lex.l y.tab.h
7CFLAGS+= -I. -I${.CURDIR}
8
9.include <bsd.prog.mk>