freebsd-dev/usr.bin/gencat/Makefile
Jordan K. Hubbard 4633c1ace8 Add the gencat command for creating message catalog fodder for the new
catgets* routines.
Obtained from: NetBSD
1995-03-30 12:49:09 +00:00

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>