summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2003-11-03 20:17:39 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2003-11-03 20:17:39 +0000
commitc5ffb72991f6abd13c1d087bd4f55745a5d729bf (patch)
tree077c7f35ef65ff45e3d423c45be5f1f405c11ec7
parent3d16fb2cadf08e0b3629ce92abf961810a452a57 (diff)
Don't define a specific target when the default rule will do perfectly.
ok mickey@
-rw-r--r--usr.bin/bc/USD.doc/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/bc/USD.doc/Makefile b/usr.bin/bc/USD.doc/Makefile
index 8bb30257a95..a31e5a83671 100644
--- a/usr.bin/bc/USD.doc/Makefile
+++ b/usr.bin/bc/USD.doc/Makefile
@@ -1,10 +1,7 @@
-# $OpenBSD: Makefile,v 1.1 2003/09/25 19:37:47 otto Exp $
+# $OpenBSD: Makefile,v 1.2 2003/11/03 20:17:38 otto Exp $
DIR= usd/06.bc
SRCS= bc
MACROS= -ms
-paper.${PRINTER}: ${SRCS}
- ${ROFF} > ${.TARGET}
-
.include <bsd.doc.mk>