diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-06-08 17:29:31 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-06-08 17:29:31 +0000 |
| commit | 864c53ead899f7838cd2e1cca3b485a4a82f5cdc (patch) | |
| tree | 770fe42f243492477db77896e2564375cd017ad4 /libexec/smrsh | |
| parent | 590d63632198eb31acebf50673f1568c2e8f3fda (diff) | |
Notes
Diffstat (limited to 'libexec/smrsh')
| -rw-r--r-- | libexec/smrsh/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/smrsh/Makefile b/libexec/smrsh/Makefile index ae86155d0d00..9f0bfd454edc 100644 --- a/libexec/smrsh/Makefile +++ b/libexec/smrsh/Makefile @@ -9,6 +9,8 @@ SRCS= smrsh.c MAN= smrsh.8 CFLAGS+=-I${SENDMAIL_DIR}/src -I${SENDMAIL_DIR}/include -I. +NO_PIE= yes + LIBSMDIR= ${.OBJDIR}/../../lib/libsm LIBSM= ${LIBSMDIR}/libsm.a |
