Deleted Added
sdiff udiff text old ( 264156 ) new ( 276551 )
full compact
1# $FreeBSD: head/kerberos5/Makefile 276551 2015-01-02 18:45:03Z bapt $
2
3SUBDIR= 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 ---