Module Name: src
Committed By: elric
Date: Fri Apr 15 20:56:52 UTC 2011
Modified Files:
src/crypto/external/bsd/heimdal/lib/libipc: Makefile
Log Message:
Define an empty libinstall:: target instead of the prior methodology
which doesn't necessarily work everywhere.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/crypto/external/bsd/heimdal/lib/libipc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/external/bsd/heimdal/lib/libipc/Makefile
diff -u src/crypto/external/bsd/heimdal/lib/libipc/Makefile:1.1 src/crypto/external/bsd/heimdal/lib/libipc/Makefile:1.2
--- src/crypto/external/bsd/heimdal/lib/libipc/Makefile:1.1 Wed Apr 13 19:16:52 2011
+++ src/crypto/external/bsd/heimdal/lib/libipc/Makefile Fri Apr 15 20:56:51 2011
@@ -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>