NetBSD/gnu/usr.bin/diff/Makefile

12 lines
340 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.8 1995/07/12 07:21:05 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} -DPR_PROGRAM=\"/usr/bin/pr\"
LDADD+= -lgnumalloc
DPADD+= /usr/lib/libgnumalloc.a
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>