summaryrefslogtreecommitdiffstats
path: root/usr.bin/rlogin/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2002-10-16 16:09:05 +0000
committermarkm <markm@FreeBSD.org>2002-10-16 16:09:05 +0000
commit5c345be33034dadcf9a3663168d4409d69f40414 (patch)
treed5ff590c2e33407d04fc48653d09335f8ff89db9 /usr.bin/rlogin/Makefile
parentde3f4fb0c591dff2b2d0df380ab15815456c28dd (diff)
downloadFreeBSD-src-5c345be33034dadcf9a3663168d4409d69f40414.zip
FreeBSD-src-5c345be33034dadcf9a3663168d4409d69f40414.tar.gz
Dekerberise. The corresponding userland stuff has been dekerberised
for ages, and no-one seems to have noticed. Viva PAM! Fix some easy/trivial warnings while I'm here.
Diffstat (limited to 'usr.bin/rlogin/Makefile')
-rw-r--r--usr.bin/rlogin/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/usr.bin/rlogin/Makefile b/usr.bin/rlogin/Makefile
index 42d4b81..2cc2e5c 100644
--- a/usr.bin/rlogin/Makefile
+++ b/usr.bin/rlogin/Makefile
@@ -8,17 +8,4 @@ BINOWN= root
BINMODE=4555
INSTALLFLAGS=-fschg
-.if defined(MAKE_KERBEROS4) && !defined(NO_OPENSSL) && !defined(NOCRYPT)
-SRCS+= krcmd.c kcmd.c rcmd_util.c
-DPADD= ${LIBUTIL} ${LIBKRB} ${LIBCRYPTO} ${LIBCRYPT} ${LIBCOM_ERR}
-CFLAGS+=-DKERBEROS -DCRYPT -DHAVE_CONFIG_H \
- -I${.CURDIR}/../../kerberosIV/include \
- -I${.CURDIR}/../../crypto/kerberosIV/include \
- -I${.CURDIR}/../../crypto/kerberosIV/lib/roken \
- -I${.CURDIR}/../../crypto/kerberosIV/appl/bsd
-LDADD= -lutil -lkrb -lcrypto -lcrypt -lcom_err
-DISTRIBUTION= krb4
-.PATH: ${.CURDIR}/../../crypto/kerberosIV/appl/bsd
-.endif
-
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud