Add asn1_compile as a host tool.
This commit is contained in:
parent
8712835e9c
commit
722428c06b
@ -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 <bsd.own.mk>
|
||||
|
||||
# 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
|
||||
|
||||
|
15
tools/asn1_compile/Makefile
Normal file
15
tools/asn1_compile/Makefile
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user