Deleted Added
sdiff udiff text old ( 50477 ) new ( 79011 )
full compact
1# $FreeBSD: head/usr.bin/gencat/Makefile 50477 1999-08-28 01:08:13Z peter $
2
3PROG= gencat
4SRCS= gencat.c genlib.c
5
6CFLAGS+= -I${.CURDIR}/../../lib/libc/nls
7
8.include <bsd.prog.mk>