diff options
Diffstat (limited to 'kerberos5')
-rw-r--r-- | kerberos5/tools/asn1_compile/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberos5/tools/asn1_compile/Makefile b/kerberos5/tools/asn1_compile/Makefile index d59adbc..c03e653 100644 --- a/kerberos5/tools/asn1_compile/Makefile +++ b/kerberos5/tools/asn1_compile/Makefile @@ -31,13 +31,13 @@ CLEANFILES= print_version.h roken.h print_version.h: ../make-print-version/make-print-version ../make-print-version/make-print-version ${.TARGET} -../make-print-version/make-print-version: +../make-print-version/make-print-version: .PHONY cd ${.CURDIR}/../make-print-version && ${MAKE} roken.h: ../make-roken/make-roken ../make-roken/make-roken > ${.TARGET} -../make-roken/make-roken: +../make-roken/make-roken: .PHONY cd ${.CURDIR}/../make-roken && ${MAKE} .include <bsd.prog.mk> |