Replaced hacks in previous revision with the "standard" way of

building internal libraries.  This also unbreaks this makefile
after recent share/mk changes.
This commit is contained in:
Ruslan Ermilov 2002-04-25 10:23:10 +00:00
parent f16d68d06e
commit fdab7c18dc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=95435

View File

@ -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