Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libusb do not install in /usr/share if MKSHARE=no
details: https://anonhg.NetBSD.org/src/rev/beb043f76322
branches: trunk
changeset: 474862:beb043f76322
user: mrg <mrg%NetBSD.org@localhost>
date: Fri Jul 23 09:40:44 1999 +0000
description:
do not install in /usr/share if MKSHARE=no
diffstat:
lib/libusb/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 216a75e1ee40 -r beb043f76322 lib/libusb/Makefile
--- a/lib/libusb/Makefile Fri Jul 23 09:01:09 1999 +0000
+++ b/lib/libusb/Makefile Fri Jul 23 09:40:44 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1999/05/12 00:37:43 augustss Exp $
+# $NetBSD: Makefile,v 1.4 1999/07/23 09:40:44 mrg Exp $
LIB= usb
MAN= usb.3
@@ -15,8 +15,10 @@
INCS= usb.h
INCSDIR=/usr/include
+.if ${MKSHARE} != "no"
FILES= usb_hid_usages
FILESDIR=/usr/share/misc
+.endif
.include <bsd.lib.mk>
Home |
Main Index |
Thread Index |
Old Index