Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/external/bsd/heimdal/lib/libipc Define an empty libin...
details: https://anonhg.NetBSD.org/src/rev/c5fedd91891e
branches: trunk
changeset: 764309:c5fedd91891e
user: elric <elric%NetBSD.org@localhost>
date: Fri Apr 15 20:56:51 2011 +0000
description:
Define an empty libinstall:: target instead of the prior methodology
which doesn't necessarily work everywhere.
diffstat:
crypto/external/bsd/heimdal/lib/libipc/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 240d58f389a3 -r c5fedd91891e crypto/external/bsd/heimdal/lib/libipc/Makefile
--- a/crypto/external/bsd/heimdal/lib/libipc/Makefile Fri Apr 15 20:52:36 2011 +0000
+++ b/crypto/external/bsd/heimdal/lib/libipc/Makefile Fri Apr 15 20:56:51 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/04/13 19:16:52 elric Exp $
+# $NetBSD: Makefile,v 1.2 2011/04/15 20:56:51 elric Exp $
NOLINT= # defined
@@ -12,11 +12,11 @@
LIBDPLIBS+= util ${NETBSDSRCDIR}/lib/libutil \
crypt ${NETBSDSRCDIR}/lib/libcrypt
-INSTALL=/usr/bin/true
-
SRCS= common.c client.c server.c
HOST_CPPFLAGS+= -I${HEIMBASE}/include -DHAVE_CONFIG_H
+libinstall::
+
.include <${HEIMBASE}/Makefile.rules.inc>
.include <bsd.lib.mk>
Home |
Main Index |
Thread Index |
Old Index