Deleted Added
full compact
Makefile (223540) Makefile (241298)
1# $FreeBSD: head/kerberos5/Makefile 223540 2011-06-25 16:13:56Z marius $
1# $FreeBSD: head/kerberos5/Makefile 241298 2012-10-06 20:01:05Z marcel $
2
2
3SUBDIR= doc lib libexec usr.bin usr.sbin
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 ---
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 ---