Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/lib/libvers Pull up revisions 1.1-1.2 (new, requested b...



details:   https://anonhg.NetBSD.org/src/rev/5f0abf550ef3
branches:  netbsd-1-5
changeset: 491172:5f0abf550ef3
user:      he <he%NetBSD.org@localhost>
date:      Thu Apr 05 23:26:46 2001 +0000

description:
Pull up revisions 1.1-1.2 (new, requested by assar):
  Upgrade Heimdal to version 0.3e.

diffstat:

 lib/libvers/Makefile |  41 +++++++++++++++++++++++++++++++++++++++++
 1 files changed, 41 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r fdd6c6141eba -r 5f0abf550ef3 lib/libvers/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/libvers/Makefile      Thu Apr 05 23:26:46 2001 +0000
@@ -0,0 +1,41 @@
+# $NetBSD: Makefile,v 1.2.2.2 2001/04/05 23:26:46 he Exp $
+DIST=          ${.CURDIR}/../../crypto/dist
+.PATH: ${DIST}/heimdal/lib/vers
+
+WARNS?=  1
+MKLINT= no
+
+LIB=   vers
+
+NOPROFILE=     noprofile
+NOPIC=         nopic
+
+# not installed, only linked against in source tree
+libinstall::
+
+includes: print_version.h
+
+SRCS=  print_version.c
+
+DPSRCS=        print_version.h
+
+CPPFLAGS+= -I. \
+       -I${.CURDIR}/../../include/heimdal \
+       -I${DIST}/heimdal/lib/roken \
+       -DHAVE_CONFIG_H
+ 
+HOST_CPPFLAGS+= -I${.CURDIR}/../../include/heimdal -DHAVE_CONFIG_H
+
+make-print-version.lo: ${.CURDIR}/../../include/heimdal/version.h
+
+make-print-version: make-print-version.lo
+       ${HOST_CC} ${HOST_LDFLAGS} -o ${.TARGET} ${.ALLSRC}
+
+print_version.h: make-print-version
+       ./make-print-version print_version.h
+
+print_version.o print_version.so print_version.po print_version.So print_version.ln: print_version.h
+
+CLEANFILES+= print_version.h make-print-version make-print-version.lo
+ 
+.include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index