Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / usr.bin / mklocale / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/7/93
2 # $FreeBSD: src/usr.bin/mklocale/Makefile,v 1.21.2.2 2001/04/25 11:29:28 ru Exp $
3 # $DragonFly: src/usr.bin/mklocale/Makefile,v 1.5 2007/08/27 16:50:56 pavalos Exp $
4
5 PROG=           mklocale
6 SRCS=           yacc.y lex.l
7 CFLAGS+=-I. -I${.CURDIR} -I${.CURDIR}/../../lib/libc
8 YFLAGS= -d
9
10 .include <bsd.prog.mk>