mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
4633c1ace8
catgets* routines. Obtained from: NetBSD
9 lines
122 B
Makefile
9 lines
122 B
Makefile
# $Id$
|
|
|
|
PROG= gencat
|
|
SRCS= gencat.c genlib.c
|
|
NOMAN= yes
|
|
|
|
CFLAGS+= -I${.CURDIR}/../../lib/libc/nls
|
|
|
|
.include <bsd.prog.mk>
|