diff options
author | ru <ru@FreeBSD.org> | 2002-05-13 11:24:03 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-05-13 11:24:03 +0000 |
commit | 46bb8fed4353a29584780ef69a8e7400a85984cd (patch) | |
tree | 2f82acb9342a7dc29d05ab917d63f2a234aa4fa7 /kerberosIV/lib | |
parent | bc2e1305d8ce3a42f61469bbdbcae6f7cc3acaa2 (diff) | |
download | FreeBSD-src-46bb8fed4353a29584780ef69a8e7400a85984cd.zip FreeBSD-src-46bb8fed4353a29584780ef69a8e7400a85984cd.tar.gz |
Mark all internal libraries with INTERNALLIB.
Diffstat (limited to 'kerberosIV/lib')
-rw-r--r-- | kerberosIV/lib/libroken/Makefile | 4 | ||||
-rw-r--r-- | kerberosIV/lib/libsl/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/kerberosIV/lib/libroken/Makefile b/kerberosIV/lib/libroken/Makefile index 4353139..4bd556f 100644 --- a/kerberosIV/lib/libroken/Makefile +++ b/kerberosIV/lib/libroken/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ LIB= roken +INTERNALLIB= YES CFLAGS+= -I${KRB4DIR}/include \ -I${INCLUDEOBJDIR} \ -I${KRB4DIR}/lib/roken \ @@ -13,9 +14,6 @@ SRCS= base64.c concat.c emalloc.c eread.c erealloc.c estrdup.c \ simple_exec.c snprintf.c socket.c strcollect.c tm2time.c \ verify.c warnerr.c copyhostent.c strlwr.c strndup.c \ strnlen.c strupr.c print_version.h -NOPIC= yes - -install: .include <bsd.lib.mk> diff --git a/kerberosIV/lib/libsl/Makefile b/kerberosIV/lib/libsl/Makefile index 8f0fff2..2a281a9 100644 --- a/kerberosIV/lib/libsl/Makefile +++ b/kerberosIV/lib/libsl/Makefile @@ -1,14 +1,12 @@ # $FreeBSD$ LIB= sl +INTERNALLIB= YES CFLAGS+= -I${KRB4DIR}/include \ -I${KRB4DIR}/lib/sl \ -I${KRB4DIR}/lib/roken \ -I${INCLUDEOBJDIR} SRCS= sl.c ss.c strtok_r.c -NOPIC= yes - -install: .include <bsd.lib.mk> |