From 31f0f2efe5bcc103400b0f155fcbd63c80b57cfd Mon Sep 17 00:00:00 2001 From: "Simon L. B. Nielsen" Date: Sat, 31 Mar 2007 07:28:53 +0000 Subject: [PATCH] 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 --- share/misc/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/share/misc/Makefile b/share/misc/Makefile index b1f5260e14f..52cbcc76dec 100644 --- a/share/misc/Makefile +++ b/share/misc/Makefile @@ -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