aboutsummaryrefslogtreecommitdiff
path: root/bin/rmail
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2005-06-10 06:12:53 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2005-06-10 06:12:53 +0000
commitee66677a7a4c93fa63e21b0e7f1ea2e081060abb (patch)
tree086bc6374cc176de9e2533a2b8b25ab0ef497b15 /bin/rmail
parent4c3763445ddc83d75b7e77c33aa5b1871fe550b7 (diff)
downloadsrc-ee66677a7a4c93fa63e21b0e7f1ea2e081060abb.tar.gz
src-ee66677a7a4c93fa63e21b0e7f1ea2e081060abb.zip
Remove kludges intended to support src trees with partial obj trees.
Discussed with: ru
Notes
Notes: svn path=/head/; revision=147225
Diffstat (limited to 'bin/rmail')
-rw-r--r--bin/rmail/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/bin/rmail/Makefile b/bin/rmail/Makefile
index d2ea1fad25f5..bf65d1c1a507 100644
--- a/bin/rmail/Makefile
+++ b/bin/rmail/Makefile
@@ -14,12 +14,8 @@ MAN= rmail.8
WARNS?= 0
CFLAGS+=-I${SENDMAIL_DIR}/include -I.
-.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}