1999-01-12 07:26:57 -05:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 4/13/1994
|
1998-08-03 01:56:20 -04:00
|
|
|
|
|
|
|
|
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>
|