mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Remove programs that no longer need a kerberisation option.
This commit is contained in:
parent
d8456c7ada
commit
3a3ae877a4
1 changed files with 2 additions and 5 deletions
|
|
@ -5,11 +5,8 @@ MAINTAINER= markm@FreeBSD.org
|
|||
SUBDIR= include lib libexec usr.bin usr.sbin
|
||||
|
||||
# These are the programs which depend on Kerberos.
|
||||
KPROGS= bin/rcp lib/libpam libexec/ftpd libexec/rlogind libexec/rshd \
|
||||
sbin/dump sbin/restore usr.bin/login usr.bin/passwd \
|
||||
usr.bin/rlogin usr.bin/rsh usr.bin/su
|
||||
# kerberosIV'ed cvs is broken
|
||||
#KPROGS+=gnu/usr.bin/cvs
|
||||
KPROGS= lib/libpam \
|
||||
sbin/dump sbin/restore
|
||||
|
||||
# This target is used to rebuild these programs WITH Kerberos.
|
||||
kerberize:
|
||||
|
|
|
|||
Loading…
Reference in a new issue