summaryrefslogtreecommitdiff
path: root/kerberos5/lib/libhdb/Makefile
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2000-02-28 19:15:32 +0000
committerMark Murray <markm@FreeBSD.org>2000-02-28 19:15:32 +0000
commit079654e8e26629b20751fea5ab21e707996035b5 (patch)
tree1836464db8f915e4b4801aacff5633560abcde57 /kerberos5/lib/libhdb/Makefile
parentfe5fd0173b1983e53ba8dbafb3229b37444e7986 (diff)
downloadsrc-test2-079654e8e26629b20751fea5ab21e707996035b5.tar.gz
src-test2-079654e8e26629b20751fea5ab21e707996035b5.zip
Remove largescale evidence of crack-smoking.
Where a k4 applet has a k5 namesake, rename the k5 version from k<app> to k5<app>. (Repo copy done). Do some repairs to dependancies to support make world properly.
Notes
Notes: svn path=/head/; revision=57566
Diffstat (limited to 'kerberos5/lib/libhdb/Makefile')
-rw-r--r--kerberos5/lib/libhdb/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/kerberos5/lib/libhdb/Makefile b/kerberos5/lib/libhdb/Makefile
index a826231944bd..354239e1c4cb 100644
--- a/kerberos5/lib/libhdb/Makefile
+++ b/kerberos5/lib/libhdb/Makefile
@@ -19,6 +19,8 @@ GEN= asn1_Key.x asn1_Event.x asn1_HDBFlags.x asn1_hdb_entry.x asn1_Salt.x
.PATH: ${KRB5DIR}/lib/asn1
.PATH: ${KRB5DIR}/lib/roken
+build-tools: make-print-version asn1_compile
+
.for I in ${GEN}
${I:S/.x/.c/}: ${I}
cmp -s ${.OODATE} ${.TARGET} 2> /dev/null || cp ${.OODATE} ${.TARGET}
@@ -51,7 +53,7 @@ print_version.h: make-print-version
./make-print-version print_version.h
make-print-version: make-print-version.c
- ${CC} ${CFLAGS} -o ${.TARGET} ${.OODATE}
+ ${CC} ${CFLAGS} -static -o ${.TARGET} ${.OODATE}
CLEANFILES+= ${GEN} asn1_compile lex.o parse.o parse.c parse.h \
hdb_asn1.h make-print-version print_version.h print_version.o