mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
14 lines
207 B
Makefile
14 lines
207 B
Makefile
|
# @(#)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>
|