Deleted Added
full compact
Makefile (264156) Makefile (276551)
1# $FreeBSD: head/kerberos5/Makefile 264156 2014-04-05 17:54:50Z imp $
1# $FreeBSD: head/kerberos5/Makefile 276551 2015-01-02 18:45:03Z bapt $
2
2
3SUBDIR= doc lib libexec tools usr.bin usr.sbin
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 ---
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 ---