mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 08:13:38 -05:00
13 lines
209 B
Makefile
13 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>
|