svn commit: r243890 - head/share/misc

Eitan Adler eadler at FreeBSD.org
Wed Dec 5 13:05:24 UTC 2012


Author: eadler
Date: Wed Dec  5 13:05:24 2012
New Revision: 243890
URL: http://svnweb.freebsd.org/changeset/base/243890

Log:
  Connect organization.dot to the build
  
  Approved by:	cperciva
  MFC after:	3 days

Modified:
  head/share/misc/Makefile

Modified: head/share/misc/Makefile
==============================================================================
--- head/share/misc/Makefile	Wed Dec  5 13:01:29 2012	(r243889)
+++ head/share/misc/Makefile	Wed Dec  5 13:05:24 2012	(r243890)
@@ -6,7 +6,8 @@
 FILES=	ascii birthtoken bsd-family-tree committers-doc.dot committers-ports.dot \
 	committers-src.dot eqnchar flowers init.ee \
 	iso3166 iso639 latin1 man.template mdoc.template operator pci_vendors \
-	scsi_modes usb_hid_usages usbdevs
+	scsi_modes usb_hid_usages usbdevs \
+	organization.dot
 
 NO_OBJ=
 FILESDIR=	${BINDIR}/misc


More information about the svn-src-all mailing list