1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00
freebsd/usr.bin/mklocale/Makefile
1996-06-02 17:22:01 +00:00

11 lines
171 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/7/93
PROG= mklocale
SRCS= yacc.c lex.c
CFLAGS+=-I.
CLEANFILES+=y.tab.h yacc.c lex.c
MAN1= mklocale.1
SUBDIR= data
.include <bsd.prog.mk>