diff options
Diffstat (limited to 'usr.sbin/makemap')
-rw-r--r-- | usr.sbin/makemap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/makemap/Makefile b/usr.sbin/makemap/Makefile index af5f742ac9b2..2477060b7937 100644 --- a/usr.sbin/makemap/Makefile +++ b/usr.sbin/makemap/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 8.4 (Berkeley) 6/10/97 # $FreeBSD$ -SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail +SENDMAIL_DIR=${SRCTOP}/contrib/sendmail .PATH: ${SENDMAIL_DIR}/makemap PROG= makemap |