mirror of
https://github.com/opnsense/src.git
synced 2026-03-23 11:13:11 -04:00
9 lines
126 B
Makefile
9 lines
126 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= gencat
|
|
SRCS= gencat.c genlib.c
|
|
WARNS?= 2
|
|
|
|
CFLAGS+= -I${.CURDIR}/../../lib/libc/nls
|
|
|
|
.include <bsd.prog.mk>
|