Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/usr.bin/rlogin Pull up 1.16 [simonb]:
details: https://anonhg.NetBSD.org/src/rev/7f1aabf95f61
branches: netbsd-1-5
changeset: 489901:7f1aabf95f61
user: tv <tv%NetBSD.org@localhost>
date: Wed Oct 18 04:20:57 2000 +0000
description:
Pull up 1.16 [simonb]:
Remove INSTALLFLAGS=-fschg.
diffstat:
usr.bin/rlogin/Makefile | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diffs (22 lines):
diff -r 8de162948705 -r 7f1aabf95f61 usr.bin/rlogin/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.bin/rlogin/Makefile Wed Oct 18 04:20:57 2000 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.15.2.2 2000/10/18 04:20:57 tv Exp $
+# @(#)Makefile 8.1 (Berkeley) 7/19/93
+
+PROG= rlogin
+SRCS= rlogin.c
+
+BINOWN= root
+BINMODE=4555
+
+# XXX Kerberos support broken right now.
+
+#SRCS+= kcmd.c
+#CPPFLAGS+=-DKERBEROS -DCRYPT
+
+#DPADD+= ${LIBKSTREAM} ${LIBKRB} ${LIBDES} ${LIBCOM_ERR}
+#LDADD+= -lkstream -lkrb -ldes -lcom_err
+
+.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index