[Midnightbsd-cvs] src [10286] trunk/share/misc/Makefile: fixup install

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Jun 3 09:59:45 EDT 2018


Revision: 10286
          http://svnweb.midnightbsd.org/src/?rev=10286
Author:   laffer1
Date:     2018-06-03 09:59:44 -0400 (Sun, 03 Jun 2018)
Log Message:
-----------
fixup install

Modified Paths:
--------------
    trunk/share/misc/Makefile

Modified: trunk/share/misc/Makefile
===================================================================
--- trunk/share/misc/Makefile	2018-06-03 13:57:28 UTC (rev 10285)
+++ trunk/share/misc/Makefile	2018-06-03 13:59:44 UTC (rev 10286)
@@ -1,11 +1,22 @@
 #	From: @(#)Makefile	8.1 (Berkeley) 6/8/93
-# $FreeBSD: src/share/misc/Makefile,v 1.23 2004/12/21 08:46:53 ru Exp $
+# $FreeBSD: stable/10/share/misc/Makefile 280419 2015-03-24 06:55:08Z ngie $
 # $MidnightBSD$
 
-FILES=	acronyms airport ascii birthtoken bsd-family-tree eqnchar flowers init.ee \
-	inter.phone iso3166 iso639 latin1 man.template mdoc.template na.phone \
-	operator pci_vendors scsi_modes usb_hid_usages zipcodes
+.include <bsd.own.mk>
+
+.PATH:	${.CURDIR}/../../sys/dev/usb
+
+FILES=	ascii birthtoken bsd-family-tree \
+	eqnchar flowers init.ee \
+	iso3166 iso639 latin1 man.template mdoc.template operator pci_vendors \
+	scsi_modes
+
 NO_OBJ=
 FILESDIR=	${BINDIR}/misc
 
+.if ${MK_USB} != "no"
+FILES+=	usb_hid_usages
+FILES+=	usbdevs
+.endif
+
 .include <bsd.prog.mk>



More information about the Midnightbsd-cvs mailing list