summaryrefslogtreecommitdiffstats
path: root/kerberos5/lib/libhdb/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2000-02-28 19:15:32 +0000
committermarkm <markm@FreeBSD.org>2000-02-28 19:15:32 +0000
commit5dffca5013c0de6e26b8856753725a833d02a04a (patch)
tree5368efeae9834c3c39f215909a745290ce92165f /kerberos5/lib/libhdb/Makefile
parent37dce23afc624dfc2ebae4614ddd17d5e376a901 (diff)
downloadFreeBSD-src-5dffca5013c0de6e26b8856753725a833d02a04a.zip
FreeBSD-src-5dffca5013c0de6e26b8856753725a833d02a04a.tar.gz
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.
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 a826231..354239e 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
OpenPOWER on IntegriCloud