NetBSD/usr.sbin/sendmail/doc/intro/Makefile

16 lines
261 B
Makefile
Raw Normal View History

1998-01-09 11:03:16 +03:00
# $NetBSD: Makefile,v 1.2 1998/01/09 08:10:27 perry Exp $
#
1994-03-15 08:08:08 +03:00
# @(#)Makefile 8.2 (Berkeley) 2/28/94
DIR= smm/09.sendmail
SRCS= intro.me
MACROS= -me
all: intro.ps
intro.ps: ${SRCS}
rm -f ${.TARGET}
${PIC} ${SRCS} | ${ROFF} > ${.TARGET}
.include <bsd.doc.mk>