Deleted Added
sdiff udiff text old ( 264156 ) new ( 276551 )
full compact
1# $FreeBSD: head/kerberos5/Makefile 264156 2014-04-05 17:54:50Z imp $
2
3SUBDIR= doc lib libexec tools usr.bin usr.sbin
4
5# These are the programs which depend on Kerberos.
6KPROGS= lib/libpam \
7 secure/lib/libssh secure/usr.bin/ssh secure/usr.sbin/sshd
8
9# This target is used to rebuild these programs WITH Kerberos.
10kerberize:
11.for entry in ${KPROGS}

--- 20 unchanged lines hidden ---