Back out last commit, which should not have been committed in the first

place.

Note to self: Do not commit when not really awake yet.

Pointy hat to:	simon
This commit is contained in:
Simon L. B. Nielsen 2007-03-31 07:28:53 +00:00
parent 88ba09956b
commit 31f0f2efe5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=168117

View File

@ -8,8 +8,4 @@ FILES= ascii birthtoken bsd-family-tree committers-doc.dot committers-ports.dot
NO_OBJ=
FILESDIR= ${BINDIR}/misc
.SUFFIXES: .dot .png
.dot.png:
dot -T png -o ${.TARGET} ${.IMPSRC}
.include <bsd.prog.mk>