summaryrefslogtreecommitdiffstats
path: root/kerberos5/usr.bin/krb5-config
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/usr.bin/krb5-config
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/usr.bin/krb5-config')
-rw-r--r--kerberos5/usr.bin/krb5-config/Makefile28
1 files changed, 15 insertions, 13 deletions
diff --git a/kerberos5/usr.bin/krb5-config/Makefile b/kerberos5/usr.bin/krb5-config/Makefile
index 3e0911f..dc124e9 100644
--- a/kerberos5/usr.bin/krb5-config/Makefile
+++ b/kerberos5/usr.bin/krb5-config/Makefile
@@ -1,21 +1,23 @@
# $FreeBSD$
-SCRIPTS= krb5-config
-MAN= krb5-config.1
+SCRIPTS=krb5-config
+
+MAN= krb5-config.1
+
CLEANFILES= krb5-config
krb5-config: krb5-config.in
- sed -e "s,@PACKAGE\@,FreeBSD heimdal,g" \
- -e "s,@VERSION\@,0.5.1,g" \
- -e "s,@prefix\@,/usr,g" \
- -e "s,@exec_prefix\@,/usr,g" \
- -e "s,@libdir\@,${LIBDIR},g" \
- -e "s,@includedir\@,${INCLUDEDIR},g" \
- -e "s,@LIB_crypt\@,-lcrypt,g" \
- -e "s,@LIB_dbopen\@,,g" \
- -e "s,@LIB_des_appl\@,-lcrypto,g" \
- -e "s,@LIBS\@,-lcom_err,g" \
- -e "s,@INCLUDE_des@,,g" \
+ sed -e "s,@PACKAGE\@,FreeBSD heimdal,g" \
+ -e "s,@VERSION\@,0.5.1,g" \
+ -e "s,@prefix\@,/usr,g" \
+ -e "s,@exec_prefix\@,/usr,g" \
+ -e "s,@libdir\@,${LIBDIR},g" \
+ -e "s,@includedir\@,${INCLUDEDIR},g" \
+ -e "s,@LIB_crypt\@,-lcrypt,g" \
+ -e "s,@LIB_dbopen\@,,g" \
+ -e "s,@LIB_des_appl\@,-lcrypto,g" \
+ -e "s,@LIBS\@,-lcom_err,g" \
+ -e "s,@INCLUDE_des@,,g" \
${.ALLSRC} > ${.TARGET}
chmod +x ${.TARGET}
OpenPOWER on IntegriCloud