summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/diff/Makefile
blob: 2786293810f9eb90e7f6059842678d41e228d724 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$Id: Makefile,v 1.6 1994/03/09 19:06:47 jtc Exp $

PROG=	diff
SRCS=	diff.c analyze.c cmpbuf.o io.c context.c ed.c normal.c util.c dir.c \
	regex.c side.c ifdef.c version.c getopt.c getopt1.c

CFLAGS+=-DHAVE_CONFIG_H -I${.CURDIR} 
LDADD+=	-lgnumalloc
DPADD+=	/usr/lib/libgnumalloc.a

.include <bsd.prog.mk>