2003-08-01 21:03:41 +04:00
|
|
|
# $NetBSD: Makefile,v 1.11 2003/08/01 17:04:04 lukem Exp $
|
2002-09-18 18:00:33 +04:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
2000-12-22 04:31:47 +03:00
|
|
|
|
2001-01-28 03:28:01 +03:00
|
|
|
WARNS?= 2
|
2001-11-12 23:23:26 +03:00
|
|
|
PROG= mklocale
|
|
|
|
SRCS= yacc.y lex.l
|
2003-03-10 23:41:29 +03:00
|
|
|
CPPFLAGS+= -I. -I${.CURDIR} -I${NETBSDSRCDIR}/lib/libc
|
2003-08-01 21:03:41 +04:00
|
|
|
YHEADER= 1
|
2000-12-22 04:31:47 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|