diff --git a/tools/Makefile b/tools/Makefile index fdd0993109c1..59464ac1ae07 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.9 2001/10/21 23:10:46 jmc Exp $ +# $NetBSD: Makefile,v 1.10 2001/10/25 07:45:13 thorpej Exp $ .include # XXX this should use real dependencies SUBDIR= binstall .WAIT gencat mkdep mtree rpcgen tsort \ yacc .WAIT lex .WAIT \ - compile_et config lint lint1 lint2 lorder \ + asn1_compile compile_et config lint lint1 lint2 lorder \ toolchain .WAIT texinfo crunchgen msgc menuc mklocale \ mdsetimage diff --git a/tools/asn1_compile/Makefile b/tools/asn1_compile/Makefile new file mode 100644 index 000000000000..9c6f12d1a68f --- /dev/null +++ b/tools/asn1_compile/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 2001/10/25 07:45:14 thorpej Exp $ + +HOST_SRCDIR= lib/libasn1/asn1_compile + +DPSRCS= print_version.h +print_version.h: make-print-version.c ${.CURDIR}/../../include/heimdal/version.h + ${HOST_LINK.c} -o make-print-version ${>:M*.c} + ./make-print-version print_version.h + +.include "${.CURDIR}/../Makefile.host" + +.PATH: ${DIST}/heimdal/lib/roken ${DIST}/heimdal/lib/vers +CLEANFILES+= print_version.h make-print-version make-print-version.lo + +${TIMESTAMP}: Makefile