diff options
| author | cgd <cgd@NetBSD.org> | 1995-07-12 07:21:05 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1995-07-12 07:21:05 +0000 |
| commit | bc6a795fd38b68929635dda1d52ce23688ff9a0c (patch) | |
| tree | 91b1809ab8b0bf59d2e1b1b0e017eb1cfea28895 /gnu/usr.bin/diff | |
| parent | d9393d75fb22949e08af952ac2b45ec23a6eef7c (diff) | |
define PR_PROGRAM to be the location of our pr(1). fixes PR 1216
Diffstat (limited to 'gnu/usr.bin/diff')
| -rw-r--r-- | gnu/usr.bin/diff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/diff/Makefile b/gnu/usr.bin/diff/Makefile index 02a891b8c33..3e9fa378732 100644 --- a/gnu/usr.bin/diff/Makefile +++ b/gnu/usr.bin/diff/Makefile @@ -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 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} +CFLAGS+=-DHAVE_CONFIG_H -I${.CURDIR} -DPR_PROGRAM=\"/usr/bin/pr\" LDADD+= -lgnumalloc DPADD+= /usr/lib/libgnumalloc.a |
