mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-18 08:52:42 +01:00
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>
|