Source-Changes-HG archive

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

[src/trunk]: src/usr.bin Import Heimdal/KTH usr.bin bits.



details:   https://anonhg.NetBSD.org/src/rev/87f3e790a439
branches:  trunk
changeset: 488033:87f3e790a439
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Jun 16 23:47:14 2000 +0000

description:
Import Heimdal/KTH usr.bin bits.

diffstat:

 usr.bin/compile_et/Makefile |  27 +++++++++++++++++++++++++++
 usr.bin/kdestroy/Makefile   |  30 ++++++++++++++++++++++++++++++
 usr.bin/kf/Makefile         |  27 +++++++++++++++++++++++++++
 usr.bin/kinit/Makefile      |  30 ++++++++++++++++++++++++++++++
 usr.bin/klist/Makefile      |  30 ++++++++++++++++++++++++++++++
 usr.bin/kpasswd/Makefile    |  27 +++++++++++++++++++++++++++
 usr.bin/mk_cmds/Makefile    |  27 +++++++++++++++++++++++++++
 usr.bin/string2key/Makefile |  30 ++++++++++++++++++++++++++++++
 8 files changed, 228 insertions(+), 0 deletions(-)

diffs (260 lines):

diff -r 00e3789ce13f -r 87f3e790a439 usr.bin/compile_et/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.bin/compile_et/Makefile       Fri Jun 16 23:47:14 2000 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 23:47:15 thorpej Exp $
+DIST=          ${.CURDIR}/../../dist
+.PATH: ${DIST}/heimdal/lib/com_err
+
+WARNS?=  1
+MKLINT= no
+
+PROG= compile_et
+
+SRCS= compile_et.c parse.y lex.l
+
+YHEADER=       1
+
+CPPFLAGS+= -I.                                 \
+       -I${DIST}/heimdal/lib/com_err           \
+       -I${.CURDIR}/../../include/heimdal      \
+       -I${DESTDIR}/usr/include/krb5           \
+       -DHAVE_CONFIG_H
+
+LDADD= -lroken \
+       -lcrypt
+
+NOMAN= noman
+
+CLEANFILES+=   lex.c parse.c parse.h
+
+.include <bsd.prog.mk>
diff -r 00e3789ce13f -r 87f3e790a439 usr.bin/kdestroy/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.bin/kdestroy/Makefile Fri Jun 16 23:47:14 2000 +0000
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 23:47:15 thorpej Exp $
+DIST=          ${.CURDIR}/../../dist
+.PATH: ${DIST}/heimdal/kuser
+
+WARNS?=  1
+MKLINT= no
+
+PROG= kdestroy
+
+SRCS= kdestroy.c
+
+CPPFLAGS+= -I.                                 \
+       -I${DIST}/heimdal/kuser                 \
+       -I${.CURDIR}/../../include/heimdal      \
+       -I${DESTDIR}/usr/include/krb5           \
+       -I${DESTDIR}/usr/include                \
+       -I${DESTDIR}/usr/include/openssl        \
+       -DHAVE_CONFIG_H
+
+LDADD=                                         \
+       -lkafs                                  \
+       -lkrb5                                  \
+       -lkrb                                   \
+       -lcrypto                                \
+       -lasn1                                  \
+       -lcom_err                               \
+       -lroken                                 \
+       -lcrypt
+
+.include <bsd.prog.mk>
diff -r 00e3789ce13f -r 87f3e790a439 usr.bin/kf/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.bin/kf/Makefile       Fri Jun 16 23:47:14 2000 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 23:47:15 thorpej Exp $
+DIST=          ${.CURDIR}/../../dist
+.PATH: ${DIST}/heimdal/appl/kf
+
+WARNS?=  1
+MKLINT= no
+
+PROG= kf
+
+SRCS=  kf.c
+
+CPPFLAGS+= -I.                                 \
+       -I${DIST}/heimdal/appl/kf               \
+       -I${.CURDIR}/../../include/heimdal      \
+       -I${DESTDIR}/usr/include/krb5           \
+       -DHAVE_CONFIG_H
+
+LDADD= -lkrb5 \
+       -lcrypto \
+       -lasn1 \
+       -lcom_err \
+       -lroken \
+       -lcrypt
+
+NOMAN=
+
+.include <bsd.prog.mk>
diff -r 00e3789ce13f -r 87f3e790a439 usr.bin/kinit/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.bin/kinit/Makefile    Fri Jun 16 23:47:14 2000 +0000
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 23:47:14 thorpej Exp $
+DIST=          ${.CURDIR}/../../dist
+.PATH: ${DIST}/heimdal/kuser
+
+WARNS?=  1
+MKLINT= no
+
+PROG= kinit
+
+SRCS= kinit.c kinit_options.c
+
+CPPFLAGS+= -I.                                 \
+        -I${DIST}/heimdal/kuser                \
+        -I${.CURDIR}/../../include/heimdal     \
+        -I${DESTDIR}/usr/include/krb5          \
+        -I${DESTDIR}/usr/include               \
+        -I${DESTDIR}/usr/include/openssl       \
+        -DHAVE_CONFIG_H
+
+LDADD=                                         \
+       -lkafs                                  \
+       -lkrb5                                  \
+       -lkrb                                   \
+       -lcrypto                                \
+       -lasn1                                  \
+       -lcom_err                               \
+       -lroken                                 \
+       -lcrypt
+
+.include <bsd.prog.mk>
diff -r 00e3789ce13f -r 87f3e790a439 usr.bin/klist/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.bin/klist/Makefile    Fri Jun 16 23:47:14 2000 +0000
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 23:47:14 thorpej Exp $
+DIST=          ${.CURDIR}/../../dist
+.PATH: ${DIST}/heimdal/kuser
+
+WARNS?=  1
+MKLINT= no
+
+PROG= klist
+
+SRCS= klist.c
+
+CPPFLAGS+= -I.                                 \
+       -I${DIST}/heimdal/kuser                 \
+       -I${.CURDIR}/../../include/heimdal      \
+       -I${DESTDIR}/usr/include/krb5           \
+       -I${DESTDIR}/usr/include                \
+       -I${DESTDIR}/usr/include/openssl        \
+       -DHAVE_CONFIG_H
+
+LDADD=                                         \
+       -lkafs                                  \
+       -lkrb5                                  \
+       -lkrb                                   \
+       -lcrypto                                \
+       -lasn1                                  \
+       -lcom_err                               \
+       -lroken                                 \
+       -lcrypt
+
+.include <bsd.prog.mk>
diff -r 00e3789ce13f -r 87f3e790a439 usr.bin/kpasswd/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.bin/kpasswd/Makefile  Fri Jun 16 23:47:14 2000 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 23:47:14 thorpej Exp $
+DIST=          ${.CURDIR}/../../dist
+.PATH: ${DIST}/heimdal/kpasswd
+
+WARNS?=  1
+MKLINT= no
+
+PROG= kpasswd
+
+SRCS= kpasswd.c
+
+CPPFLAGS+= -I.                                 \
+       -I${DIST}/heimdal/kpasswd               \
+       -I${.CURDIR}/../../include/heimdal      \
+       -I${DESTDIR}/usr/include/krb5           \
+       -I${DESTDIR}/usr/include                \
+       -I${DESTDIR}/usr/include/openssl        \
+       -DHAVE_CONFIG_H
+
+LDADD= -lkrb5 \
+       -lcrypto \
+       -lasn1 \
+       -lcom_err \
+       -lroken \
+       -lcrypt
+
+.include <bsd.prog.mk>
diff -r 00e3789ce13f -r 87f3e790a439 usr.bin/mk_cmds/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.bin/mk_cmds/Makefile  Fri Jun 16 23:47:14 2000 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 23:47:14 thorpej Exp $
+DIST=          ${.CURDIR}/../../dist
+.PATH: ${DIST}/heimdal/lib/sl
+
+WARNS?=  1
+MKLINT= no
+
+PROG= mk_cmds
+
+SRCS= make_cmds.c make_cmds.h parse.y lex.l
+
+YHEADER=       1
+
+CFLAGS+= -I.                                   \
+       -I${DIST}/heimdal/lib/sl                \
+       -I${.CURDIR}/../../include/heimdal      \
+       -I${DESTDIR}/usr/include/krb5           \
+       -DHAVE_CONFIG_H
+
+LDADD= -lroken \
+       -lcrypt
+
+NOMAN= noman
+
+CLEANFILES+=lex.c parse.c parse.h
+
+.include <bsd.prog.mk>
diff -r 00e3789ce13f -r 87f3e790a439 usr.bin/string2key/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.bin/string2key/Makefile       Fri Jun 16 23:47:14 2000 +0000
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 23:47:14 thorpej Exp $
+DIST=          ${.CURDIR}/../../dist
+.PATH: ${DIST}/heimdal/kdc
+
+WARNS?=  1
+MKLINT= no
+
+PROG= string2key
+
+SRCS= string2key.c
+
+CPPFLAGS+= -I.                                 \
+       -I${DIST}/heimdal/kdc                   \
+       -I${.CURDIR}/../../include/heimdal      \
+       -I${DIST}/heimdal/lib/asn1              \
+       -I${DIST}/heimdal/lib/krb5              \
+       -I${DESTDIR}/usr/include/krb5           \
+       -I${DESTDIR}/usr/include/openssl        \
+       -DHAVE_CONFIG_H
+
+LDADD= -lkrb5 \
+       -lcrypto \
+       -lasn1 \
+       -lcom_err \
+       -lroken \
+       -lcrypt
+
+NOMAN=
+
+.include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index