1
0
Files
irix-657m-src/eoe/cmd/sendmail/sendmail-8.9.3/doc/changes/Makefile
2022-09-29 17:59:04 +03:00

14 lines
209 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 4/13/1994
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>