summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-08-05 20:39:34 +0000
committerwollman <wollman@FreeBSD.org>1994-08-05 20:39:34 +0000
commit7f05c31bb1499d42a54b1faca79671fe3158ca0b (patch)
tree4e33026c44d293d85f66ed732760e2f97d76658e /usr.bin
parent777018737b08efaac3cbfce396c6289b8dfbb17e (diff)
downloadFreeBSD-src-7f05c31bb1499d42a54b1faca79671fe3158ca0b.zip
FreeBSD-src-7f05c31bb1499d42a54b1faca79671fe3158ca0b.tar.gz
Don't use Kerberos yet, we aren't ready for it.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/passwd/Makefile9
-rw-r--r--usr.bin/rlogin/Makefile9
2 files changed, 10 insertions, 8 deletions
diff --git a/usr.bin/passwd/Makefile b/usr.bin/passwd/Makefile
index 8681573..4e01954 100644
--- a/usr.bin/passwd/Makefile
+++ b/usr.bin/passwd/Makefile
@@ -1,13 +1,14 @@
# @(#)Makefile 8.3 (Berkeley) 4/2/94
PROG= passwd
-SRCS= des_rw.c krb_passwd.c local_passwd.c passwd.c pw_copy.c pw_util.c
-DPADD= ${LIBKRB} ${LIBDES}
+SRCS= local_passwd.c passwd.c pw_copy.c pw_util.c
+#krb_passwd.c
+#DPADD= ${LIBKRB} ${LIBDES}
.PATH: ${.CURDIR}/../../usr.bin/chpass ${.CURDIR}/../../usr.sbin/vipw \
${.CURDIR}/../rlogin
-CFLAGS+=-DKERBEROS -DCRYPT -I${.CURDIR} -I${.CURDIR}/../../usr.sbin/vipw \
+CFLAGS+=-DCRYPT -I${.CURDIR} -I${.CURDIR}/../../usr.sbin/vipw \
-I${.CURDIR}/../../usr.bin/chpass
-LDADD= -lkrb -ldes
+#LDADD= -lkrb -ldes
BINOWN= root
BINMODE=4555
INSTALLFLAGS=-fschg
diff --git a/usr.bin/rlogin/Makefile b/usr.bin/rlogin/Makefile
index 72a77b4..57679ca 100644
--- a/usr.bin/rlogin/Makefile
+++ b/usr.bin/rlogin/Makefile
@@ -1,10 +1,11 @@
# @(#)Makefile 8.1 (Berkeley) 7/19/93
PROG= rlogin
-SRCS= rlogin.c krcmd.c kcmd.c des_rw.c
-DPADD= ${LIBKRB} ${LIBDES}
-CFLAGS+=-DKERBEROS -DCRYPT
-LDADD= -lkrb -ldes
+SRCS= rlogin.c
+#krcmd.c kcmd.c des_rw.c
+#DPADD= ${LIBKRB} ${LIBDES}
+#CFLAGS+=-DKERBEROS -DCRYPT
+#LDADD= -lkrb -ldes
BINOWN= root
BINMODE=4555
INSTALLFLAGS=-fschg
OpenPOWER on IntegriCloud