Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src hprop(8) belongs in /usr/sbin, not /usr/libexec.



details:   https://anonhg.NetBSD.org/src/rev/3bd0b04d12a7
branches:  trunk
changeset: 495804:3bd0b04d12a7
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Aug 06 20:42:22 2000 +0000

description:
hprop(8) belongs in /usr/sbin, not /usr/libexec.

diffstat:

 libexec/Makefile        |   4 ++--
 libexec/hprop/Makefile  |  44 --------------------------------------------
 usr.sbin/Makefile       |   4 ++--
 usr.sbin/hprop/Makefile |  44 ++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 48 insertions(+), 48 deletions(-)

diffs (132 lines):

diff -r 79e357cddae9 -r 3bd0b04d12a7 libexec/Makefile
--- a/libexec/Makefile  Sun Aug 06 20:35:13 2000 +0000
+++ b/libexec/Makefile  Sun Aug 06 20:42:22 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.39 2000/08/06 19:31:24 thorpej Exp $
+#      $NetBSD: Makefile,v 1.40 2000/08/06 20:42:22 thorpej Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/4/93
 
 .include <bsd.own.mk>
@@ -10,7 +10,7 @@
 
 .if (${MKCRYPTO} != "no")
 # Heimdal/KTH Kerberos
-SUBDIR+= hprop hpropd kadmind kfd kpasswdd
+SUBDIR+= hpropd kadmind kfd kpasswdd
 .endif
 
 .include <bsd.subdir.mk>
diff -r 79e357cddae9 -r 3bd0b04d12a7 libexec/hprop/Makefile
--- a/libexec/hprop/Makefile    Sun Aug 06 20:35:13 2000 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,44 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2000/08/03 22:47:39 assar Exp $
-DIST=          ${.CURDIR}/../../crypto/dist
-.PATH: ${DIST}/heimdal/kdc
-
-WARNS?=  1
-MKLINT= no
-
-PROG= hprop
-
-SRCS=  hprop.c                                 \
-       mit_dump.c                              \
-       v4_dump.c
-
-CPPFLAGS+= -I.                                 \
-       -I${DIST}/heimdal/kdc                   \
-       -I${DIST}/heimdal/lib/hdb               \
-       -I${DIST}/heimdal/lib/krb5              \
-       -I${.CURDIR}/../../include/heimdal      \
-       -I${DIST}/heimdal/lib/asn1              \
-       -I${DESTDIR}/usr/include/kerberosIV     \
-       -I${DESTDIR}/usr/include/krb5           \
-       -I${DIST}/openssl/crypto/md4            \
-       -I${DIST}/openssl/crypto/md5            \
-       -I${DIST}/openssl/crypto/sha            \
-       -I${DIST}/openssl/crypto/rc4            \
-       -I${DIST}/openssl/crypto/des            \
-       -DHAVE_CONFIG_H
-
-VERS!= cd ${.CURDIR}/../../lib/libvers && make print-objdir
-
-LDADD= -lhdb                                   \
-       -lkrb5                                  \
-       -lkdb                                   \
-       -lkrb                                   \
-       -lcrypto                                \
-       -lasn1                                  \
-       -lcom_err                               \
-       -L${VERS} -lvers                        \
-       -lroken                                 \
-       -lcrypt
-
-MAN=   hprop.8
-
-.include <bsd.prog.mk>
diff -r 79e357cddae9 -r 3bd0b04d12a7 usr.sbin/Makefile
--- a/usr.sbin/Makefile Sun Aug 06 20:35:13 2000 +0000
+++ b/usr.sbin/Makefile Sun Aug 06 20:42:22 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.147 2000/08/06 19:31:25 thorpej Exp $
+#      $NetBSD: Makefile,v 1.148 2000/08/06 20:42:25 thorpej Exp $
 #      from: @(#)Makefile      5.20 (Berkeley) 6/12/93
 
 .include <bsd.own.mk>
@@ -28,7 +28,7 @@
 SUBDIR+=pvcsif pvctxctl
 
 .if (${MKCRYPTO} != "no")
-SUBDIR+= kadmin kdc kstash ktutil
+SUBDIR+= hprop kadmin kdc kstash ktutil
 .endif
 
 .include <bsd.subdir.mk>
diff -r 79e357cddae9 -r 3bd0b04d12a7 usr.sbin/hprop/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.sbin/hprop/Makefile   Sun Aug 06 20:42:22 2000 +0000
@@ -0,0 +1,44 @@
+# $NetBSD: Makefile,v 1.1 2000/08/06 20:42:28 thorpej Exp $
+DIST=          ${.CURDIR}/../../crypto/dist
+.PATH: ${DIST}/heimdal/kdc
+
+WARNS?=  1
+MKLINT= no
+
+PROG= hprop
+
+SRCS=  hprop.c                                 \
+       mit_dump.c                              \
+       v4_dump.c
+
+CPPFLAGS+= -I.                                 \
+       -I${DIST}/heimdal/kdc                   \
+       -I${DIST}/heimdal/lib/hdb               \
+       -I${DIST}/heimdal/lib/krb5              \
+       -I${.CURDIR}/../../include/heimdal      \
+       -I${DIST}/heimdal/lib/asn1              \
+       -I${DESTDIR}/usr/include/kerberosIV     \
+       -I${DESTDIR}/usr/include/krb5           \
+       -I${DIST}/openssl/crypto/md4            \
+       -I${DIST}/openssl/crypto/md5            \
+       -I${DIST}/openssl/crypto/sha            \
+       -I${DIST}/openssl/crypto/rc4            \
+       -I${DIST}/openssl/crypto/des            \
+       -DHAVE_CONFIG_H
+
+VERS!= cd ${.CURDIR}/../../lib/libvers && make print-objdir
+
+LDADD= -lhdb                                   \
+       -lkrb5                                  \
+       -lkdb                                   \
+       -lkrb                                   \
+       -lcrypto                                \
+       -lasn1                                  \
+       -lcom_err                               \
+       -L${VERS} -lvers                        \
+       -lroken                                 \
+       -lcrypt
+
+MAN=   hprop.8
+
+.include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index