NetBSD/usr.bin/mklocale/Makefile
lukem 826a14607a Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op),
there's no need to special-case .include-ing it.
2003-05-18 07:57:31 +00:00

14 lines
257 B
Makefile

# $NetBSD: Makefile,v 1.10 2003/05/18 07:57:36 lukem Exp $
.include <bsd.own.mk>
WARNS?= 2
PROG= mklocale
SRCS= yacc.y lex.l
CPPFLAGS+= -I. -I${.CURDIR} -I${NETBSDSRCDIR}/lib/libc
YHEADER=
lex.o: yacc.h # for parallel make.
.include <bsd.prog.mk>