f6751868e4
where necessary. Submitted by: Mike Barcroft <mike@q9media.com>
10 lines
126 B
Makefile
10 lines
126 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= gencat
|
|
SRCS= gencat.c genlib.c
|
|
WARNS?= 2
|
|
|
|
CFLAGS+= -I${.CURDIR}/../../lib/libc/nls
|
|
|
|
.include <bsd.prog.mk>
|