opnsense-src/contrib/sendmail/doc/usenix/Makefile
Peter Wemm c2aa98e247 Import sendmail-8.9.1 (slightly trimmed) onto a fresh branch under
src/contrib as per various discussions.  I will copy across our changes
and then point the Makefiles across once the dust has settled..
1998-08-03 05:56:20 +00:00

12 lines
183 B
Makefile

# @(#)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>