Index: head/kerberos5/libexec/kdigest/Makefile =================================================================== --- head/kerberos5/libexec/kdigest/Makefile (revision 288199) +++ head/kerberos5/libexec/kdigest/Makefile (revision 288200) @@ -1,24 +1,22 @@ # $FreeBSD$ PROG= kdigest MAN= kdigest.8 CFLAGS+= -I${KRB5DIR}/lib/asn1 \ -I${KRB5DIR}/lib/roken \ -I${KRB5DIR}/lib/sl -I. LIBADD= krb5 heimntlm roken crypto edit sl vers SRCS= kdigest.c \ kdigest-commands.c \ kdigest-commands.h CLEANFILES= kdigest-commands.h kdigest-commands.c kdigest-commands.h: kdigest-commands.in ${SLC} ${.ALLSRC:M*.in} -.for ext in c o -kdigest-commands.${ext}: kdigest-commands.h -.endfor +kdigest-commands.c: kdigest-commands.h .include .PATH: ${KRB5DIR}/kuser Index: head/kerberos5/usr.bin/hxtool/Makefile =================================================================== --- head/kerberos5/usr.bin/hxtool/Makefile (revision 288199) +++ head/kerberos5/usr.bin/hxtool/Makefile (revision 288200) @@ -1,23 +1,21 @@ # $FreeBSD$ PROG= hxtool MAN= CFLAGS+= -I${KRB5DIR}/lib/hx509 \ -I${KRB5DIR}/lib/asn1 \ -I${KRB5DIR}/lib/roken \ -I${KRB5DIR}/lib/sl -I. LIBADD= hx509 roken asn1 crypto sl vers edit SRCS= hxtool.c hxtool-commands.c hxtool-commands.h CLEANFILES= hxtool-commands.h hxtool-commands.c hxtool-commands.h: hxtool-commands.in ${SLC} ${.ALLSRC:M*.in} -.for ext in c o -hxtool-commands.${ext}: hxtool-commands.h -.endfor +hxtool-commands.c: hxtool-commands.h .include .PATH: ${KRB5DIR}/lib/hx509 Index: head/kerberos5/usr.bin/kadmin/Makefile =================================================================== --- head/kerberos5/usr.bin/kadmin/Makefile (revision 288199) +++ head/kerberos5/usr.bin/kadmin/Makefile (revision 288200) @@ -1,46 +1,44 @@ # $FreeBSD$ PROG= kadmin MAN= kadmin.8 SRCS= add_enctype.c \ ank.c \ check.c \ cpw.c \ del.c \ del_enctype.c \ dump.c \ ext.c \ get.c \ init.c \ kadmin.c \ kadmin-commands.c \ kadmin-commands.h \ load.c \ mod.c \ pw_quality.c \ random_password.c \ rename.c \ stash.c \ util.c CFLAGS+=-I${KRB5DIR}/lib/asn1 -I${KRB5DIR}/lib/krb5 -I${KRB5DIR}/lib/roken \ -I${KRB5DIR}/lib/sl -I. ${LDAPCFLAGS} LIBADD= kadm5clnt kadm5srv hdb krb5 roken vers sl asn1 crypto edit DPADD= ${LDAPDPADD} LDADD= ${LDAPLDADD} LDFLAGS=${LDAPLDFLAGS} CLEANFILES= kadmin-commands.h kadmin-commands.c .include kadmin-commands.h: ${KRB5DIR}/kadmin/kadmin-commands.in ${SLC} ${.ALLSRC:M*.in} -.for ext in o c -kadmin-commands.${ext}: kadmin-commands.h -.endfor +kadmin-commands.c: kadmin-commands.h .PATH: ${KRB5DIR}/kadmin Index: head/kerberos5/usr.bin/kcc/Makefile =================================================================== --- head/kerberos5/usr.bin/kcc/Makefile (revision 288199) +++ head/kerberos5/usr.bin/kcc/Makefile (revision 288200) @@ -1,30 +1,28 @@ # $FreeBSD$ PROG= kcc MAN= klist.1 kswitch.1 LINKS= ${BINDIR}/kcc ${BINDIR}/klist \ ${BINDIR}/kcc ${BINDIR}/kswitch CFLAGS+= -I${KRB5DIR}/lib/hx509 \ -I${KRB5DIR}/lib/asn1 \ -I${KRB5DIR}/lib/roken \ -I${KRB5DIR}/lib/sl -I. LIBADD= krb5 roken asn1 kafs5 edit sl vers SRCS= kcc.c \ kcc-commands.c \ kcc-commands.h \ klist.c \ kswitch.c \ copy_cred_cache.c CLEANFILES= kcc-commands.h kcc-commands.c kcc-commands.h: kcc-commands.in ${SLC} ${.ALLSRC:M*.in} -.for ext in c o -kcc-commands.${ext}: kcc-commands.h -.endfor +kcc-commands.c: kcc-commands.h .include .PATH: ${KRB5DIR}/kuser Index: head/kerberos5/usr.sbin/iprop-log/Makefile =================================================================== --- head/kerberos5/usr.sbin/iprop-log/Makefile (revision 288199) +++ head/kerberos5/usr.sbin/iprop-log/Makefile (revision 288200) @@ -1,25 +1,23 @@ # $FreeBSD$ PROG= iprop-log MAN= iprop-log.8 SRCS= iprop-log.c iprop-commands.c iprop-commands.h kadm5_err.h CFLAGS+= -I${KRB5DIR}/lib/kadm5 \ -I${KRB5DIR}/lib/krb5 \ -I${KRB5DIR}/lib/roken \ -I${KRB5DIR}/lib/sl \ -I. LIBADD= kadm5srv hdb krb5 roken edit sl vers LDFLAGS=${LDAPLDFLAGS} CLEANFILES= iprop-commands.h iprop-commands.c iprop-commands.h: iprop-commands.in ${SLC} ${.ALLSRC:M*.in} -.for ext in c o -iprop-commands.${ext}: iprop-commands.h -.endfor +iprop-commands.c: iprop-commands.h .include .PATH: ${KRB5DIR}/lib/kadm5