summaryrefslogtreecommitdiff
path: root/usr.bin/awk/USD.doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/awk/USD.doc/Makefile')
-rw-r--r--usr.bin/awk/USD.doc/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/awk/USD.doc/Makefile b/usr.bin/awk/USD.doc/Makefile
index 10d161be008..9d7144d7af2 100644
--- a/usr.bin/awk/USD.doc/Makefile
+++ b/usr.bin/awk/USD.doc/Makefile
@@ -1,11 +1,10 @@
-# $OpenBSD: Makefile,v 1.1 2003/06/26 16:20:04 mickey Exp $
+# $OpenBSD: Makefile,v 1.2 2003/12/14 16:00:37 jmc Exp $
DIR= usd/16.awk
SRCS= awk
MACROS= -ms
-REFER= refer -e -p /usr/dict/papers/Ind
paper.ps: ${SRCS}
- ${REFER} ${SRCS} | ${TBL} | ${ROFF} > ${.TARGET}
+ ${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
.include <bsd.doc.mk>