Makefile (7c2fa96d866b01dacc51b3c1a9f31917932ff25b) | Makefile (f4947de2f0ac19402c3287e72c564ec6f8622f25) |
---|---|
1# From: @(#)Makefile 8.1 (Berkeley) 6/8/93 2# $FreeBSD$ 3 4FILES= ascii birthtoken bsd-family-tree committers-doc.dot committers-ports.dot \ 5 committers-src.dot eqnchar flowers init.ee \ 6 iso3166 iso639 latin1 man.template mdoc.template operator pci_vendors \ 7 scsi_modes usb_hid_usages 8NO_OBJ= 9FILESDIR= ${BINDIR}/misc 10 | 1# From: @(#)Makefile 8.1 (Berkeley) 6/8/93 2# $FreeBSD$ 3 4FILES= ascii birthtoken bsd-family-tree committers-doc.dot committers-ports.dot \ 5 committers-src.dot eqnchar flowers init.ee \ 6 iso3166 iso639 latin1 man.template mdoc.template operator pci_vendors \ 7 scsi_modes usb_hid_usages 8NO_OBJ= 9FILESDIR= ${BINDIR}/misc 10 |
11.SUFFIXES: .dot .png 12.dot.png: 13 dot -T png -o ${.TARGET} ${.IMPSRC} 14 |
|
11.include <bsd.prog.mk> | 15.include <bsd.prog.mk> |