diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-25 21:18:18 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-25 21:18:18 +0000 |
| commit | ee5a34ecba51f02e3bf46b112e265abf976f39b6 (patch) | |
| tree | 569e9832fa3d4775e3b8244ea1f09d4307418368 /libexec/mail.local | |
| parent | 8794b8a783923e2335c30f700e3a9db146c64ee6 (diff) | |
Notes
Diffstat (limited to 'libexec/mail.local')
| -rw-r--r-- | libexec/mail.local/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libexec/mail.local/Makefile b/libexec/mail.local/Makefile index 3e59609e893e..018357c71c25 100644 --- a/libexec/mail.local/Makefile +++ b/libexec/mail.local/Makefile @@ -12,11 +12,7 @@ CFLAGS+=-I${SENDMAIL_DIR}/include -I. WARNS?= 2 WFORMAT=0 -LIBSMDIR= ${.OBJDIR}/../../lib/libsm -LIBSM= ${LIBSMDIR}/libsm.a - -DPADD= ${LIBSM} -LDADD= ${LIBSM} +LIBADD= sm SRCS+= sm_os.h CLEANFILES+=sm_os.h |
