From 8ea9610d484cb0f9a79b1ffa9ba34f4918ec3620 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Wed, 29 Dec 1999 18:40:56 +0000 Subject: [PATCH] Install sendmail in it's new location. --- secure/usr.sbin/sendmail/Makefile | 6 ++---- usr.sbin/sendmail/Makefile | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/secure/usr.sbin/sendmail/Makefile b/secure/usr.sbin/sendmail/Makefile index 2eaa13f62957..8e52121a9103 100644 --- a/secure/usr.sbin/sendmail/Makefile +++ b/secure/usr.sbin/sendmail/Makefile @@ -4,6 +4,8 @@ SMDIR= ${.CURDIR}/../../contrib/sendmail/src .PATH: ${SMDIR} +BINDIR?=/usr/libexec/sendmail + PROG= sendmail # Define the database format to use for aliases et al. @@ -29,10 +31,6 @@ LDADD= -lutil -lwrap MAN1= mailq.1 newaliases.1 MAN5= aliases.5 MAN8= sendmail.8 -LINKS= ${BINDIR}/sendmail /usr/bin/newaliases \ - ${BINDIR}/sendmail /usr/bin/mailq \ - ${BINDIR}/sendmail /usr/bin/hoststat \ - ${BINDIR}/sendmail ${BINDIR}/purgestat BINMODE=4555 beforeinstall: diff --git a/usr.sbin/sendmail/Makefile b/usr.sbin/sendmail/Makefile index 2eaa13f62957..8e52121a9103 100644 --- a/usr.sbin/sendmail/Makefile +++ b/usr.sbin/sendmail/Makefile @@ -4,6 +4,8 @@ SMDIR= ${.CURDIR}/../../contrib/sendmail/src .PATH: ${SMDIR} +BINDIR?=/usr/libexec/sendmail + PROG= sendmail # Define the database format to use for aliases et al. @@ -29,10 +31,6 @@ LDADD= -lutil -lwrap MAN1= mailq.1 newaliases.1 MAN5= aliases.5 MAN8= sendmail.8 -LINKS= ${BINDIR}/sendmail /usr/bin/newaliases \ - ${BINDIR}/sendmail /usr/bin/mailq \ - ${BINDIR}/sendmail /usr/bin/hoststat \ - ${BINDIR}/sendmail ${BINDIR}/purgestat BINMODE=4555 beforeinstall: