summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authortv <tv@NetBSD.org>2001-12-12 00:51:00 +0000
committertv <tv@NetBSD.org>2001-12-12 00:51:00 +0000
commit001067bbd1d3794241ea2698341fccc62b44a289 (patch)
treedb1d422c268232acdb1a9a086083a0cacb7db78d /libexec
parentebb6a0679929e9afb76d42e47d5f0e877decc3a1 (diff)
Readability cleanups; MKfoo=no -> NOfoo.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/hpropd/Makefile30
-rw-r--r--libexec/kadmind/Makefile32
-rw-r--r--libexec/kfd/Makefile27
-rw-r--r--libexec/kpasswdd/Makefile30
4 files changed, 41 insertions, 78 deletions
diff --git a/libexec/hpropd/Makefile b/libexec/hpropd/Makefile
index cea9fbd986c..5b5f92618c3 100644
--- a/libexec/hpropd/Makefile
+++ b/libexec/hpropd/Makefile
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.7 2001/09/17 12:34:43 assar Exp $
+# $NetBSD: Makefile,v 1.8 2001/12/12 00:51:06 tv Exp $
+
+NOLINT= # defined
.include <bsd.own.mk>
DIST= ${.CURDIR}/../../crypto/dist
-.PATH: ${DIST}/heimdal/kdc
-
-WARNS?= 1
-MKLINT= no
+.PATH: ${DIST}/heimdal/kdc
-PROG= hpropd
+WARNS?= 1
-SRCS= hpropd.c
+PROG= hpropd
+MAN= hpropd.8
CPPFLAGS+= -I. \
-I${DIST}/heimdal/kdc \
@@ -21,19 +21,9 @@ CPPFLAGS+= -I. \
-I${DESTDIR}/usr/include/krb5 \
-DHAVE_CONFIG_H
-VERS!= cd ${.CURDIR}/../../lib/libvers && ${PRINTOBJDIR}
-
-LDADD= -lhdb \
- -lkrb5 \
- -lkdb \
- -lkrb \
- -lcrypto \
- -lasn1 \
- -lcom_err \
- -L${VERS} -lvers \
- -lroken \
- -lcrypt
+VERS!= cd ${.CURDIR}/../../lib/libvers && ${PRINTOBJDIR}
-MAN= hpropd.8
+LDADD= -lhdb -lkrb5 -lkdb -lkrb -lcrypto -lasn1 \
+ -lcom_err -L${VERS} -lvers -lroken -lcrypt
.include <bsd.prog.mk>
diff --git a/libexec/kadmind/Makefile b/libexec/kadmind/Makefile
index 2f8ad79484c..8aa606159b0 100644
--- a/libexec/kadmind/Makefile
+++ b/libexec/kadmind/Makefile
@@ -1,14 +1,16 @@
-# $NetBSD: Makefile,v 1.9 2001/09/17 12:34:44 assar Exp $
+# $NetBSD: Makefile,v 1.10 2001/12/12 00:51:07 tv Exp $
+
+NOLINT= # defined
.include <bsd.own.mk>
DIST= ${.CURDIR}/../../crypto/dist
-.PATH: ${DIST}/heimdal/kadmin
+.PATH: ${DIST}/heimdal/kadmin
-WARNS?= 1
-MKLINT= no
+WARNS?= 1
-PROG= kadmind
+PROG= kadmind
+MAN= kadmind.8
SRCS= kadmind.c \
server.c \
@@ -25,21 +27,9 @@ CPPFLAGS+= -I. \
-I${DESTDIR}/usr/include/krb5 \
-DHAVE_CONFIG_H
-VERS!= cd ${.CURDIR}/../../lib/libvers && ${PRINTOBJDIR}
-
-LDADD= -lkadm5srv \
- -lhdb \
- -lkrb5 \
- -lkadm \
- -lkrb \
- -lcrypto \
- -lasn1 \
- -lcom_err \
- -L${VERS} -lvers \
- -lroken \
- -lcrypt \
- -lutil
-
-MAN= kadmind.8
+VERS!= cd ${.CURDIR}/../../lib/libvers && ${PRINTOBJDIR}
+
+LDADD= -lkadm5srv -lhdb -lkrb5 -lkadm -lkrb -lcrypto \
+ -lasn1 -lcom_err -L${VERS} -lvers -lroken -lcrypt -lutil
.include <bsd.prog.mk>
diff --git a/libexec/kfd/Makefile b/libexec/kfd/Makefile
index 5744da73826..48cc1b62114 100644
--- a/libexec/kfd/Makefile
+++ b/libexec/kfd/Makefile
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.7 2000/12/30 17:29:25 sommerfeld Exp $
+# $NetBSD: Makefile,v 1.8 2001/12/12 00:51:07 tv Exp $
+
+NOLINT= # defined
.include <bsd.own.mk>
DIST= ${.CURDIR}/../../crypto/dist
-.PATH: ${DIST}/heimdal/appl/kf
-
-WARNS?= 1
-MKLINT= no
+.PATH: ${DIST}/heimdal/appl/kf
-PROG= kfd
+WARNS?= 1
-SRCS= kfd.c
+PROG= kfd
+MAN= kfd.8
CPPFLAGS+= -I. \
-I${DIST}/heimdal/appl/kf \
@@ -18,16 +18,9 @@ CPPFLAGS+= -I. \
-I${DESTDIR}/usr/include/krb5 \
-DHAVE_CONFIG_H
-VERS!= cd ${.CURDIR}/../../lib/libvers && ${PRINTOBJDIR}
-
-LDADD= -lkrb5 \
- -lcrypto \
- -lasn1 \
- -lcom_err \
- -L${VERS} -lvers \
- -lroken \
- -lcrypt
+VERS!= cd ${.CURDIR}/../../lib/libvers && ${PRINTOBJDIR}
-MAN= kfd.8
+LDADD= -lkrb5 -lcrypto -lasn1 -lcom_err \
+ -L${VERS} -lvers -lroken -lcrypt
.include <bsd.prog.mk>
diff --git a/libexec/kpasswdd/Makefile b/libexec/kpasswdd/Makefile
index f9e531f0267..332ee18ab2b 100644
--- a/libexec/kpasswdd/Makefile
+++ b/libexec/kpasswdd/Makefile
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.9 2001/09/17 12:34:44 assar Exp $
+# $NetBSD: Makefile,v 1.10 2001/12/12 00:51:07 tv Exp $
+
+NOLINT= # defined
.include <bsd.own.mk>
DIST= ${.CURDIR}/../../crypto/dist
-.PATH: ${DIST}/heimdal/kpasswd
-
-WARNS?= 1
-MKLINT= no
+.PATH: ${DIST}/heimdal/kpasswd
-PROG= kpasswdd
+WARNS?= 1
-SRCS= kpasswdd.c
+PROG= kpasswdd
+MAN= kpasswdd.8
CPPFLAGS+= -I. \
-I${DIST}/heimdal/kpasswd \
@@ -19,19 +19,9 @@ CPPFLAGS+= -I. \
-I${DESTDIR}/usr/include/krb5 \
-DHAVE_CONFIG_H -DINETD_SUPPORT
-VERS!= cd ${.CURDIR}/../../lib/libvers && ${PRINTOBJDIR}
-
-LDADD= -lkadm5srv \
- -lhdb \
- -lkrb5 \
- -lcrypto \
- -lasn1 \
- -lcom_err \
- -L${VERS} -lvers \
- -lroken \
- -lcrypt \
- -lutil
+VERS!= cd ${.CURDIR}/../../lib/libvers && ${PRINTOBJDIR}
-MAN = kpasswdd.8
+LDADD= -lkadm5srv -lhdb -lkrb5 -lcrypto -lasn1 \
+ -lcom_err -L${VERS} -lvers -lroken -lcrypt -lutil
.include <bsd.prog.mk>