summaryrefslogtreecommitdiffstats
path: root/kerberos5/libexec/hpropd
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/libexec/hpropd
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/libexec/hpropd')
-rw-r--r--kerberos5/libexec/hpropd/Makefile34
1 files changed, 21 insertions, 13 deletions
diff --git a/kerberos5/libexec/hpropd/Makefile b/kerberos5/libexec/hpropd/Makefile
index 4940c2a..6bcfa65 100644
--- a/kerberos5/libexec/hpropd/Makefile
+++ b/kerberos5/libexec/hpropd/Makefile
@@ -1,22 +1,30 @@
# $FreeBSD$
-PROG= hpropd
-SRCS= hpropd.c hprop.h hdb_err.h
-CFLAGS+= -I${KRB5DIR}/include \
- -I${KRB5DIR}/kdc \
- -I${KRB5DIR}/lib/krb5 \
- -I${KRB5DIR}/lib/asn1 \
- -I${KRB5DIR}/lib/hdb \
- -I${KRB5DIR}/lib/roken \
- -I${KRB5DIR}/kuser \
- -I${ASN1OBJDIR} \
- -I${HDBOBJDIR} \
- -I${.OBJDIR} \
- ${LDAPCFLAGS}
+PROG= hpropd
+
+SRCS= \
+ hpropd.c \
+ hprop.h \
+ ${.OBJDIR}/hdb_err.h
+
+CFLAGS+=-I${KRB5DIR}/include \
+ -I${KRB5DIR}/kdc \
+ -I${KRB5DIR}/lib/krb5 \
+ -I${KRB5DIR}/lib/asn1 \
+ -I${KRB5DIR}/lib/hdb \
+ -I${KRB5DIR}/lib/roken \
+ -I${KRB5DIR}/kuser \
+ -I${ASN1OBJDIR} \
+ -I${HDBOBJDIR} \
+ -I${.OBJDIR} \
+ ${LDAPCFLAGS}
+
LDADD= -lkrb5 -lhdb -lroken ${LIBVERS} \
-lasn1 -lcrypto -lcrypt -lcom_err ${LDAPLDADD}
+
DPADD= ${LIBKRB5} ${LIBHDB} ${LIBROKEN} ${LIBVERS} \
${LIBASN1} ${LIBCRYPTO} ${LIBCRYPT} ${LIBCOM_ERR} ${LDAPLIBS}
+
MAN= hpropd.8
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud