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

13 lines
183 B
Makefile
Raw Normal View History

1994-05-26 07:23:31 +02:00
# @(#)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>