Home | History | Annotate | Line # | Download | only in gencat
Makefile revision 1.1
      1 # $Id: Makefile,v 1.1 1994/05/29 22:34:42 jtc Exp $
      2 
      3 PROG=	gencat
      4 SRCS=	gencat.c genlib.c
      5 NOMAN=
      6 
      7 CFLAGS+= -I${.CURDIR}/../../lib/libc/nls
      8 
      9 .include <bsd.prog.mk>
     10