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

16 lines
267 B
Makefile
Raw Normal View History

1998-01-09 11:03:16 +03:00
# $NetBSD: Makefile,v 1.2 1998/01/09 08:10:23 perry Exp $
#
1994-04-20 09:34:41 +04:00
# @(#)Makefile 8.1 (Berkeley) 4/13/94
DIR= smm/09.sendmail
SRCS= changes.me
MACROS= -me
all: changes.ps
changes.ps: ${SRCS}
rm -f ${.TARGET}
${PIC} ${SRCS} | ${ROFF} > ${.TARGET}
.include <bsd.doc.mk>