diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2003-11-03 20:17:39 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2003-11-03 20:17:39 +0000 |
commit | c5ffb72991f6abd13c1d087bd4f55745a5d729bf (patch) | |
tree | 077c7f35ef65ff45e3d423c45be5f1f405c11ec7 | |
parent | 3d16fb2cadf08e0b3629ce92abf961810a452a57 (diff) |
Don't define a specific target when the default rule will do perfectly.
ok mickey@
-rw-r--r-- | usr.bin/bc/USD.doc/Makefile | 5 |
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> |