mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 02:20:51 +01:00
7c2fa96d86
Have a look at committers-ports.dot for a start. Simple command to generate the graph is: $ dot -T png -o file.png file.dot Dot can be installed via graphics/graphviz. Discussed on: -developers
12 lines
341 B
Makefile
12 lines
341 B
Makefile
# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
|
|
# $FreeBSD$
|
|
|
|
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
|
|
NO_OBJ=
|
|
FILESDIR= ${BINDIR}/misc
|
|
|
|
.include <bsd.prog.mk>
|