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:
parent
f16d68d06e
commit
fdab7c18dc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user