mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
9 lines
152 B
Makefile
9 lines
152 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/7/93
|
|
# $FreeBSD$
|
|
|
|
PROG= mklocale
|
|
WARNS?= 6
|
|
SRCS= yacc.y lex.l y.tab.h
|
|
CFLAGS+= -I. -I${.CURDIR}
|
|
|
|
.include <bsd.prog.mk>
|