diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libbind/Makefile | 2 | ||||
-rw-r--r-- | lib/libsm/Makefile | 2 | ||||
-rw-r--r-- | lib/libsmdb/Makefile | 2 | ||||
-rw-r--r-- | lib/libsmutil/Makefile | 2 | ||||
-rw-r--r-- | lib/libtelnet/Makefile | 2 |
5 files changed, 0 insertions, 10 deletions
diff --git a/lib/libbind/Makefile b/lib/libbind/Makefile index 4747957..fcbddf3 100644 --- a/lib/libbind/Makefile +++ b/lib/libbind/Makefile @@ -79,8 +79,6 @@ SRCS+= tree.c bitncmp.c assertions.c \ # base64.c INTERNALLIB= true -NOPIC= true -INTERNALSTATICLIB= true .include <bsd.lib.mk> diff --git a/lib/libsm/Makefile b/lib/libsm/Makefile index b3b74d8..0fdc447 100644 --- a/lib/libsm/Makefile +++ b/lib/libsm/Makefile @@ -28,8 +28,6 @@ SRCS+= assert.c debug.c errstring.c exc.c heap.c match.c rpool.c \ CLEANFILES+=sm_os.h INTERNALLIB= true -NOPIC= true -INTERNALSTATICLIB= true sm_os.h: ln -sf ${SENDMAIL_DIR}/include/sm/os/sm_os_freebsd.h sm_os.h diff --git a/lib/libsmdb/Makefile b/lib/libsmdb/Makefile index 816a1ec..a441414 100644 --- a/lib/libsmdb/Makefile +++ b/lib/libsmdb/Makefile @@ -18,8 +18,6 @@ SRCS+= smdb.c smdb1.c smdb2.c smndbm.c CLEANFILES+=sm_os.h INTERNALLIB= true -NOPIC= true -INTERNALSTATICLIB= true sm_os.h: ln -sf ${SENDMAIL_DIR}/include/sm/os/sm_os_freebsd.h sm_os.h diff --git a/lib/libsmutil/Makefile b/lib/libsmutil/Makefile index fe65a06..03673ca 100644 --- a/lib/libsmutil/Makefile +++ b/lib/libsmutil/Makefile @@ -18,8 +18,6 @@ SRCS+= debug.c err.c lockfile.c safefile.c snprintf.c cf.c CLEANFILES+=sm_os.h INTERNALLIB= true -NOPIC= true -INTERNALSTATICLIB= true sm_os.h: ln -sf ${SENDMAIL_DIR}/include/sm/os/sm_os_freebsd.h sm_os.h diff --git a/lib/libtelnet/Makefile b/lib/libtelnet/Makefile index 2b55cbe..542a261 100644 --- a/lib/libtelnet/Makefile +++ b/lib/libtelnet/Makefile @@ -4,8 +4,6 @@ LIB= telnet INTERNALLIB= yes -INTERNALSTATICLIB=yes -NOPIC= yes SRCS= genget.c getent.c misc.c |