Deleted Added
sdiff udiff text old ( 99982 ) new ( 99984 )
full compact
1# @(#)Makefile 8.1 (Berkeley) 6/7/93
2# $FreeBSD: head/usr.bin/mklocale/Makefile 99984 2002-07-14 18:23:22Z alfred $
3
4PROG= mklocale
5WARNS?= 4
6SRCS= yacc.y lex.l y.tab.h
7CFLAGS+= -I. -I${.CURDIR}
8
9.include <bsd.prog.mk>