summaryrefslogtreecommitdiff
path: root/libexec/ftpd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/ftpd/Makefile')
-rw-r--r--libexec/ftpd/Makefile16
1 files changed, 1 insertions, 15 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile
index 6c39d019047..91a45ad5ed9 100644
--- a/libexec/ftpd/Makefile
+++ b/libexec/ftpd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.18 2000/09/03 18:41:14 espie Exp $
+# $OpenBSD: Makefile,v 1.19 2001/05/29 21:35:16 millert Exp $
# $NetBSD: Makefile,v 1.13 1996/02/16 02:07:41 cgd Exp $
# @(#)Makefile 8.2 (Berkeley) 4/4/94
@@ -20,20 +20,6 @@ CFLAGS += -I${LSDIR}
# not really used
CPPFLAGS+=-DINET6
-.if (${SKEY:L} == "yes")
-CFLAGS+=-DSKEY
-LDADD+= -lskey
-DPADD+= ${LIBSKEY}
-.endif
-
-.if (${KERBEROS:L} == "yes")
-SRCS+= klogin.c
-.PATH: ${.CURDIR}/../../usr.bin/login
-CFLAGS+= -DKERBEROS
-LDADD+= -lkafs -lkrb -ldes
-DPADD+= ${LIBKRB} ${LIBKRB} ${LIBKAFS}
-.endif
-
.if (${TCP_WRAPPERS:L} == "yes")
CFLAGS+=-DTCPWRAPPERS
LDADD+= -lwrap