aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-04-25 10:23:10 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-04-25 10:23:10 +0000
commitfdab7c18dcf3aa12bb8559e70d210533243b9d48 (patch)
tree40cbe8afc0603c5f2d7c9f8aec2faf492956f297
parentf16d68d06e6aba993e4b65e12938ba85716a4f44 (diff)
downloadsrc-fdab7c18dcf3aa12bb8559e70d210533243b9d48.tar.gz
src-fdab7c18dcf3aa12bb8559e70d210533243b9d48.zip
Replaced hacks in previous revision with the "standard" way of
building internal libraries. This also unbreaks this makefile after recent share/mk changes.
Notes
Notes: svn path=/head/; revision=95435
-rw-r--r--kerberos5/lib/libvers/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/kerberos5/lib/libvers/Makefile b/kerberos5/lib/libvers/Makefile
index a3bc7266035f..6f31ea5e8d9d 100644
--- a/kerberos5/lib/libvers/Makefile
+++ b/kerberos5/lib/libvers/Makefile
@@ -1,6 +1,9 @@
# $FreeBSD$
LIB= vers
+INTERNALLIB= YES
+INTERNALSTATICLIB= YES
+NOPIC= YES
CFLAGS+= -I${KRB5DIR}/include \
-I${ROKENOBJDIR} \
@@ -11,16 +14,8 @@ SRCS= \
print_version.c \
print_version.h
-install:
-
-__initialized__:
-
-.include "../../Makefile.inc"
-
.include <bsd.lib.mk>
-beforedepend all: print_version.h
-
.PATH: ${KRB5DIR}/lib/vers
build-tools: make-print-version