summaryrefslogtreecommitdiffstats
path: root/libexec/smrsh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/smrsh/Makefile')
-rw-r--r--libexec/smrsh/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/libexec/smrsh/Makefile b/libexec/smrsh/Makefile
index 458d93c..6fd2801 100644
--- a/libexec/smrsh/Makefile
+++ b/libexec/smrsh/Makefile
@@ -9,12 +9,8 @@ SRCS= smrsh.c
MAN= smrsh.8
CFLAGS+=-I${SENDMAIL_DIR}/src -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}
OpenPOWER on IntegriCloud