10 lines
163 B
Makefile
10 lines
163 B
Makefile
|
# $Id: Makefile,v 1.1 1994/05/29 22:34:42 jtc Exp $
|
||
|
|
||
|
PROG= gencat
|
||
|
SRCS= gencat.c genlib.c
|
||
|
NOMAN=
|
||
|
|
||
|
CFLAGS+= -I${.CURDIR}/../../lib/libc/nls
|
||
|
|
||
|
.include <bsd.prog.mk>
|