diff options
Diffstat (limited to 'contrib/sendmail/doc/usenix/Makefile')
-rw-r--r-- | contrib/sendmail/doc/usenix/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/sendmail/doc/usenix/Makefile b/contrib/sendmail/doc/usenix/Makefile new file mode 100644 index 000000000000..ea0665c67bed --- /dev/null +++ b/contrib/sendmail/doc/usenix/Makefile @@ -0,0 +1,12 @@ +# @(#)Makefile 8.2 (Berkeley) 2/28/94 + +SRCS= usenix.me +MACROS= -me + +all: usenix.ps + +usenix.ps: ${SRCS} + rm -f ${.TARGET} + ${PIC} ${SRCS} | ${ROFF} > ${.TARGET} + +.include <bsd.doc.mk> |