Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src Pull up file removal (requested by joda in ticket #782):
details: https://anonhg.NetBSD.org/src/rev/aac3263cc640
branches: netbsd-1-6
changeset: 529084:aac3263cc640
user: lukem <lukem%NetBSD.org@localhost>
date: Tue Sep 17 13:39:22 2002 +0000
description:
Pull up file removal (requested by joda in ticket #782):
now gone
diffstat:
libexec/kfd/Makefile | 26 --------------------------
usr.bin/kf/Makefile | 34 ----------------------------------
2 files changed, 0 insertions(+), 60 deletions(-)
diffs (68 lines):
diff -r 25e1a3cf8897 -r aac3263cc640 libexec/kfd/Makefile
--- a/libexec/kfd/Makefile Tue Sep 17 13:37:14 2002 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-# $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
-
-PROG= kfd
-MAN= kfd.8
-
-CPPFLAGS+= -I. \
- -I${DIST}/heimdal/appl/kf \
- -I${.CURDIR}/../../include/heimdal \
- -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
-
-.include <bsd.prog.mk>
diff -r 25e1a3cf8897 -r aac3263cc640 usr.bin/kf/Makefile
--- a/usr.bin/kf/Makefile Tue Sep 17 13:37:14 2002 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,34 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2001/12/12 12:24:27 lukem Exp $
-
-NOLINT= # defined
-
-.include <bsd.own.mk>
-
-DIST= ${.CURDIR}/../../crypto/dist
-.PATH: ${DIST}/heimdal/appl/kf
-
-WARNS?= 1
-
-PROG= kf
-
-SRCS= kf.c
-
-CPPFLAGS+= -I. \
- -I${DIST}/heimdal/appl/kf \
- -I${.CURDIR}/../../include/heimdal \
- -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
-
-MAN1= kf.1
-
-.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index