91bd71d206
help the GCC3 transition and CURRENT in general.
9 lines
116 B
Makefile
9 lines
116 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= gencat
|
|
SRCS= gencat.c genlib.c
|
|
|
|
CFLAGS+= -I${.CURDIR}/../../lib/libc/nls
|
|
|
|
.include <bsd.prog.mk>
|