1 # $NetBSD: Makefile,v 1.1 2001/10/25 07:45:14 thorpej Exp $ 2 3 HOST_SRCDIR= lib/libasn1/asn1_compile 4 5 DPSRCS= print_version.h 6 print_version.h: make-print-version.c ${.CURDIR}/../../include/heimdal/version.h 7 ${HOST_LINK.c} -o make-print-version ${>:M*.c} 8 ./make-print-version print_version.h 9 10 .include "${.CURDIR}/../Makefile.host" 11 12 .PATH: ${DIST}/heimdal/lib/roken ${DIST}/heimdal/lib/vers 13 CLEANFILES+= print_version.h make-print-version make-print-version.lo 14 15 ${TIMESTAMP}: Makefile 16