summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorotto <otto@openbsd.org>2003-11-03 20:17:38 +0000
committerotto <otto@openbsd.org>2003-11-03 20:17:38 +0000
commit7ab03e077d902602458fb83a93c594072e857a7e (patch)
tree879e9b5cca347c5b23b83b4ed3719deefff7b3a6
parentverify exec headers before attempting malloc. reported by Georgi Guninski. (diff)
downloadwireguard-openbsd-7ab03e077d902602458fb83a93c594072e857a7e.tar.xz
wireguard-openbsd-7ab03e077d902602458fb83a93c594072e857a7e.zip
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>