freebsd-dev/usr.bin/mklocale/Makefile
David E. O'Brien 1ab84b3fc7 Grrr... GCC 2.95.2 and 2.96 just will not agree what the default include
search paths are.  So add the requirements of both. :-(
2000-12-01 19:36:17 +00:00

10 lines
159 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/7/93
# $FreeBSD$
PROG= mklocale
SRCS= yacc.y lex.l y.tab.h
CFLAGS+= -I${.CURDIR} -I.
MAN1= mklocale.1
.include <bsd.prog.mk>