634a86ba38
Obtained from: OpenBSD.
9 lines
158 B
Makefile
9 lines
158 B
Makefile
# $Id: Makefile,v 1.3 1997/02/22 19:55:04 peter Exp $
|
|
|
|
PROG= gencat
|
|
SRCS= gencat.c genlib.c
|
|
|
|
CFLAGS+= -I${.CURDIR}/../../lib/libc/nls
|
|
|
|
.include <bsd.prog.mk>
|