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