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