Deleted Added
full compact
Makefile (95509) Makefile (99425)
1# $FreeBSD: head/kerberos5/Makefile 95509 2002-04-26 17:55:27Z ru $
1# $FreeBSD: head/kerberos5/Makefile 99425 2002-07-05 05:47:13Z ru $
2
2
3SUBDIR= lib libexec usr.bin usr.sbin
3SUBDIR= doc lib libexec usr.bin usr.sbin
4
5# These are the programs which depend on Kerberos.
6KPROGS= secure/usr.bin/ssh secure/usr.sbin/sshd
7
8# This target is used to rebuild these programs WITH Kerberos.
9kerberize:
10.for entry in ${KPROGS}
11 cd ${.CURDIR}/../${entry}; \

--- 19 unchanged lines hidden ---
4
5# These are the programs which depend on Kerberos.
6KPROGS= secure/usr.bin/ssh secure/usr.sbin/sshd
7
8# This target is used to rebuild these programs WITH Kerberos.
9kerberize:
10.for entry in ${KPROGS}
11 cd ${.CURDIR}/../${entry}; \

--- 19 unchanged lines hidden ---