summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cvs/diff
diff options
context:
space:
mode:
authortodd <todd@openbsd.org>1998-12-18 23:17:26 +0000
committertodd <todd@openbsd.org>1998-12-18 23:17:26 +0000
commit875dbca35fb1bc3b11d7f2fd105dba4f1420aee1 (patch)
tree0a583cabb94d4cfbba290412d830258f49a08a19 /gnu/usr.bin/cvs/diff
parentmerge freebsd version of accton (diff)
downloadwireguard-openbsd-875dbca35fb1bc3b11d7f2fd105dba4f1420aee1.tar.xz
wireguard-openbsd-875dbca35fb1bc3b11d7f2fd105dba4f1420aee1.zip
pr is @ /usr/bin not /bin. Noted by Corey Brenner <coreybrenner@hotmail.com>
Diffstat (limited to 'gnu/usr.bin/cvs/diff')
-rw-r--r--gnu/usr.bin/cvs/diff/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cvs/diff/Makefile.in b/gnu/usr.bin/cvs/diff/Makefile.in
index b47d4c1ed15..c95930fca54 100644
--- a/gnu/usr.bin/cvs/diff/Makefile.in
+++ b/gnu/usr.bin/cvs/diff/Makefile.in
@@ -35,7 +35,7 @@ CFLAGS = @CFLAGS@
prefix = @prefix@
exec_prefix = @exec_prefix@
-PR_PROGRAM = /bin/pr
+PR_PROGRAM = /usr/bin/pr
#### End of system configuration section. ####