summaryrefslogtreecommitdiffstats
path: root/kerberos5/lib/libvers
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2003-07-18 13:21:58 +0000
committermarkm <markm@FreeBSD.org>2003-07-18 13:21:58 +0000
commit522acafcec81cffcf59023810c4d1aaf993e9523 (patch)
treee4ab7a15fc814ecddfc47d6ca2e6a4d349c00031 /kerberos5/lib/libvers
parent50a6550a0f5f689cfc020096581e64a446d8dd52 (diff)
downloadFreeBSD-src-522acafcec81cffcf59023810c4d1aaf993e9523.zip
FreeBSD-src-522acafcec81cffcf59023810c4d1aaf993e9523.tar.gz
Big fixup of the makefiles. Sort out the dependancies so that "make"
without "make depend" works, "make -j N" works, and lists of source files are made vertical to reduce future diffs.
Diffstat (limited to 'kerberos5/lib/libvers')
-rw-r--r--kerberos5/lib/libvers/Makefile21
1 files changed, 11 insertions, 10 deletions
diff --git a/kerberos5/lib/libvers/Makefile b/kerberos5/lib/libvers/Makefile
index 02e2717..46d9623 100644
--- a/kerberos5/lib/libvers/Makefile
+++ b/kerberos5/lib/libvers/Makefile
@@ -1,16 +1,17 @@
# $FreeBSD$
-LIB= vers
-INTERNALLIB= YES
+LIB= vers
+
+SRCS= \
+ print_version.c \
+ ${.OBJDIR}/print_version.h
-CFLAGS+= -I${KRB5DIR}/include \
- -I${ROKENOBJDIR} \
- -I${KRB5DIR}/lib/roken \
- -I${.OBJDIR}
+CFLAGS+=-I${KRB5DIR}/include \
+ -I${ROKENOBJDIR} \
+ -I${KRB5DIR}/lib/roken \
+ -I${.OBJDIR}
-SRCS= \
- print_version.c \
- print_version.h
+INTERNALLIB= YES
.include <bsd.lib.mk>
@@ -18,7 +19,7 @@ SRCS= \
build-tools: make-print-version
-print_version.h: make-print-version
+${.OBJDIR}/print_version.h: make-print-version
./make-print-version print_version.h
make-print-version: make-print-version.c
OpenPOWER on IntegriCloud