Source-Changes-HG archive

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

[src/trunk]: src/lib/libusb now, make the previous work.



details:   https://anonhg.NetBSD.org/src/rev/904891214b9a
branches:  trunk
changeset: 474863:904891214b9a
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Jul 23 09:44:38 1999 +0000

description:
now, make the previous work.

diffstat:

 lib/libusb/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r beb043f76322 -r 904891214b9a lib/libusb/Makefile
--- a/lib/libusb/Makefile       Fri Jul 23 09:40:44 1999 +0000
+++ b/lib/libusb/Makefile       Fri Jul 23 09:44:38 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 1999/07/23 09:40:44 mrg Exp $
+#      $NetBSD: Makefile,v 1.5 1999/07/23 09:44:38 mrg Exp $
 
 LIB=   usb
 MAN=   usb.3
@@ -15,6 +15,8 @@
 INCS=  usb.h
 INCSDIR=/usr/include
 
+.include <bsd.own.mk>
+
 .if ${MKSHARE} != "no"
 FILES=  usb_hid_usages
 FILESDIR=/usr/share/misc



Home | Main Index | Thread Index | Old Index