diff options
author | Peter Wemm <peter@FreeBSD.org> | 2000-10-02 06:33:59 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2000-10-02 06:33:59 +0000 |
commit | a3b502f88fd3d67bf547634d411d567524c4c1b1 (patch) | |
tree | c2ec0b150478a3cab9fb18e60d02dedbdc1cfd15 /contrib/cvs/Makefile.in | |
parent | d81819680486521a84c8aecc540ed04ba315dec0 (diff) |
Import cvs-1.11 onto vendor branch.
Notes
Notes:
svn path=/vendor/cvs/dist/; revision=66525
Diffstat (limited to 'contrib/cvs/Makefile.in')
-rw-r--r-- | contrib/cvs/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/cvs/Makefile.in b/contrib/cvs/Makefile.in index dfced9147a62..f8384e173533 100644 --- a/contrib/cvs/Makefile.in +++ b/contrib/cvs/Makefile.in @@ -50,16 +50,16 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ # Where to install the executables. -bindir = $(exec_prefix)/bin +bindir = @bindir@ # Where to put the system-wide .cvsrc file -libdir = $(prefix)/lib +libdir = @libdir@ # Where to put the Info files -infodir = $(prefix)/info +infodir = @infodir@ # Where to put the manual pages. -mandir = $(prefix)/man +mandir = @mandir@ #### End of system configuration section. #### |