summaryrefslogtreecommitdiffstats
path: root/kerberosIV/lib/libsl
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-05-13 11:24:03 +0000
committerru <ru@FreeBSD.org>2002-05-13 11:24:03 +0000
commit46bb8fed4353a29584780ef69a8e7400a85984cd (patch)
tree2f82acb9342a7dc29d05ab917d63f2a234aa4fa7 /kerberosIV/lib/libsl
parentbc2e1305d8ce3a42f61469bbdbcae6f7cc3acaa2 (diff)
downloadFreeBSD-src-46bb8fed4353a29584780ef69a8e7400a85984cd.zip
FreeBSD-src-46bb8fed4353a29584780ef69a8e7400a85984cd.tar.gz
Mark all internal libraries with INTERNALLIB.
Diffstat (limited to 'kerberosIV/lib/libsl')
-rw-r--r--kerberosIV/lib/libsl/Makefile4
1 files changed, 1 insertions, 3 deletions
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>
OpenPOWER on IntegriCloud