4633c1ace8
catgets* routines. Obtained from: NetBSD
10 lines
122 B
Makefile
10 lines
122 B
Makefile
# $Id$
|
|
|
|
PROG= gencat
|
|
SRCS= gencat.c genlib.c
|
|
NOMAN= yes
|
|
|
|
CFLAGS+= -I${.CURDIR}/../../lib/libc/nls
|
|
|
|
.include <bsd.prog.mk>
|