define PR_PROGRAM to be the location of our pr(1). fixes PR 1216

This commit is contained in:
cgd 1995-07-12 07:21:05 +00:00
parent d9393d75fb
commit bc6a795fd3

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.7 1995/04/23 07:58:31 cgd Exp $ # $NetBSD: Makefile,v 1.8 1995/07/12 07:21:05 cgd Exp $
PROG= diff PROG= diff
SRCS= diff.c analyze.c cmpbuf.o io.c context.c ed.c normal.c util.c dir.c \ 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 regex.c side.c ifdef.c version.c getopt.c getopt1.c
CFLAGS+=-DHAVE_CONFIG_H -I${.CURDIR} CFLAGS+=-DHAVE_CONFIG_H -I${.CURDIR} -DPR_PROGRAM=\"/usr/bin/pr\"
LDADD+= -lgnumalloc LDADD+= -lgnumalloc
DPADD+= /usr/lib/libgnumalloc.a DPADD+= /usr/lib/libgnumalloc.a