NetBSD/gnu/usr.bin/diff/Makefile

12 lines
312 B
Makefile
Raw Normal View History

1995-04-23 11:58:27 +04:00
# $NetBSD: Makefile,v 1.7 1995/04/23 07:58:31 cgd Exp $
1993-03-21 12:45:37 +03:00
PROG= diff
1993-09-16 21:39:00 +04:00
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
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>