make usenix.ps, not usenix.${PRINTER}
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Sun, 6 Jun 1993 08:07:00 +0000 (00:07 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Sun, 6 Jun 1993 08:07:00 +0000 (00:07 -0800)
SCCS-vsn: usr.sbin/sendmail/doc/usenix/Makefile 5.5

usr/src/usr.sbin/sendmail/doc/usenix/Makefile

index 5516dc2..48c255a 100644 (file)
@@ -1,11 +1,11 @@
-#      @(#)Makefile    5.4 (Berkeley) %G%
+#      @(#)Makefile    5.5 (Berkeley) %G%
 
 SRCS=  usenix.me
 MACROS=        -me
 
 
 SRCS=  usenix.me
 MACROS=        -me
 
-all: usenix.${PRINTER}
+all: usenix.ps
 
 
-usenix.${PRINTER}: ${SRCS}
+usenix.ps: ${SRCS}
        ${PIC} ${SRCS} | ${ROFF} > ${.TARGET}
 
 .include <bsd.doc.mk>
        ${PIC} ${SRCS} | ${ROFF} > ${.TARGET}
 
 .include <bsd.doc.mk>