aboutsummaryrefslogtreecommitdiff
path: root/kerberosIV
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-05-13 11:24:03 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-05-13 11:24:03 +0000
commit423e9124d93b45cff0edd3a61cba89f5efe3e0b4 (patch)
tree2f82acb9342a7dc29d05ab917d63f2a234aa4fa7 /kerberosIV
parent46f8fdc34e061de76cb8dfa19872edcd2fe2c66b (diff)
downloadsrc-423e9124d93b45cff0edd3a61cba89f5efe3e0b4.tar.gz
src-423e9124d93b45cff0edd3a61cba89f5efe3e0b4.zip
Mark all internal libraries with INTERNALLIB.
Notes
Notes: svn path=/head/; revision=96514
Diffstat (limited to 'kerberosIV')
-rw-r--r--kerberosIV/lib/libroken/Makefile4
-rw-r--r--kerberosIV/lib/libsl/Makefile4
2 files changed, 2 insertions, 6 deletions
diff --git a/kerberosIV/lib/libroken/Makefile b/kerberosIV/lib/libroken/Makefile
index 4353139f1c7f..4bd556f738ca 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 8f0fff2efbe1..2a281a974d20 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>