diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2003-05-13 04:33:36 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2003-05-13 04:33:36 +0000 |
commit | a19419b921df31e02e02272f36b8781caeece485 (patch) | |
tree | 0d2def96218150cd5d3c114bf0b647c51a1489b9 /libexec | |
parent | b52edaafc1328fa8dc9709579119f499b7b35e31 (diff) |
krb4 bye bye
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index f957a3179e2..a9925a53188 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.7 (Berkeley) 4/1/91 -# $OpenBSD: Makefile,v 1.35 2003/03/08 18:17:04 beck Exp $ +# $OpenBSD: Makefile,v 1.36 2003/05/13 04:33:35 hin Exp $ .include <bsd.own.mk> @@ -7,7 +7,7 @@ SUBDIR= comsat fingerd ftpd ftp-proxy getNAME getty identd lockspool \ mail.local makewhatis \ rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld rpc.sprayd spamd \ spamd-setup rshd talkd tcpd telnetd tftpd uucpd -SUBDIR+=login_passwd login_skey login_krb4 login_krb4-or-pwd login_reject \ +SUBDIR+=login_passwd login_skey login_reject \ login_chpass login_lchpass login_token login_radius .if (${YP:L} == "yes") |