Create "print_version.h" required to build the library.

This commit is contained in:
tron 2000-08-03 14:01:31 +00:00
parent 423aa34757
commit 579a801207
2 changed files with 26 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2000/08/02 02:38:19 garbled Exp $
# $NetBSD: Makefile,v 1.4 2000/08/03 14:01:31 tron Exp $
DIST= ${.CURDIR}/../../../crypto/dist
.PATH: ${DIST}/heimdal/lib/asn1 ${DIST}/heimdal/lib/roken
@ -28,4 +28,16 @@ HOST_CPPFLAGS+= -I. \
NOMAN= noman
DPSRCS= print_version.h
make-print-version.lo: ${.CURDIR}/../../../include/heimdal/version.h
make-print-version: make-print-version.lo
${HOST_CC} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}
print_version.h: make-print-version
./make-print-version print_version.h
CLEANFILES+= print_version.h make-print-version make-print-version.lo
.include <bsd.hostprog.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2000/08/02 02:39:48 garbled Exp $
# $NetBSD: Makefile,v 1.4 2000/08/03 14:01:32 tron Exp $
DIST= ${.CURDIR}/../../../crypto/dist
.PATH: ${DIST}/heimdal/lib/com_err ${DIST}/heimdal/lib/roken
@ -23,4 +23,16 @@ HOST_CPPFLAGS+= -I. \
NOMAN= noman
DPSRCS= print_version.h
make-print-version.lo: ${.CURDIR}/../../../include/heimdal/version.h
make-print-version: make-print-version.lo
${HOST_CC} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}
print_version.h: make-print-version
./make-print-version print_version.h
CLEANFILES+= print_version.h make-print-version make-print-version.lo
.include <bsd.hostprog.mk>