mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-20 10:16:34 +01:00
9 lines
141 B
Makefile
9 lines
141 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
|
||
|
|
||
|
.include <bsd.prog.mk>
|