From 2bb8de20fe30f1cc02ae127bd04e473b19e23441 Mon Sep 17 00:00:00 2001 From: des Date: Fri, 10 Jun 2005 06:12:53 +0000 Subject: Remove kludges intended to support src trees with partial obj trees. Discussed with: ru --- libexec/mail.local/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'libexec/mail.local') diff --git a/libexec/mail.local/Makefile b/libexec/mail.local/Makefile index 92a68a4..57837d1 100644 --- a/libexec/mail.local/Makefile +++ b/libexec/mail.local/Makefile @@ -10,12 +10,8 @@ MAN= mail.local.8 CFLAGS+=-I${SENDMAIL_DIR}/include -I. WFORMAT=0 -.if exists(${.OBJDIR}/../../lib/libsm) -LIBSMDIR:= ${.OBJDIR}/../../lib/libsm -.else -LIBSMDIR!= cd ${.CURDIR}/../../lib/libsm; make -V .OBJDIR -.endif -LIBSM:= ${LIBSMDIR}/libsm.a +LIBSMDIR= ${.OBJDIR}/../../lib/libsm +LIBSM= ${LIBSMDIR}/libsm.a DPADD= ${LIBSM} LDADD= ${LIBSM} -- cgit v1.1