From 3022233e32793c3a3dc975c766e7d0ba01c2f315 Mon Sep 17 00:00:00 2001 From: Eric Allman Date: Tue, 20 Jun 1995 19:14:13 -0800 Subject: [PATCH] fix pathnames to match real release SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.HP-UX.10 8.6 --- usr/src/usr.sbin/sendmail/src/Makefiles/Makefile.HP-UX.10 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/usr/src/usr.sbin/sendmail/src/Makefiles/Makefile.HP-UX.10 b/usr/src/usr.sbin/sendmail/src/Makefiles/Makefile.HP-UX.10 index 41cc1ba723..c7b1df03a9 100644 --- a/usr/src/usr.sbin/sendmail/src/Makefiles/Makefile.HP-UX.10 +++ b/usr/src/usr.sbin/sendmail/src/Makefiles/Makefile.HP-UX.10 @@ -8,7 +8,7 @@ # This has been tested on HP-UX 10.x. Changes for 10.0 contributed # by John Beck of Hewlett-Packard. # -# @(#)Makefile.HP-UX.10 8.5 (Berkeley) %G% +# @(#)Makefile.HP-UX.10 8.6 (Berkeley) %G% # # if running the unbundled compiler, uncomment the following @@ -43,13 +43,13 @@ LIBDIRS=-L/usr/sww/lib LIBS= -ldb -lndbm -lresolv # location of sendmail binary (usually /usr/sbin or /usr/lib) -BINDIR= ${DESTDIR}/usr/lib +BINDIR= ${DESTDIR}/usr/sbin # location of sendmail.st file (usually /var/log or /usr/lib) -STDIR= ${DESTDIR}/usr/lib +STDIR= ${DESTDIR}/etc/mail # location of sendmail.hf file (usually /usr/share/misc or /usr/lib) -HFDIR= ${DESTDIR}/usr/lib +HFDIR= ${DESTDIR}/usr/share/lib # additional .o files needed OBJADD= -- 2.20.1