mirror of
https://github.com/opnsense/src.git
synced 2026-03-27 21:23:11 -04:00
13 lines
203 B
Makefile
13 lines
203 B
Makefile
# @(#)Makefile 8.2 (Berkeley) 2/28/94
|
|
|
|
DIR= smm/08.sendmailop
|
|
SRCS= op.me
|
|
MACROS= -me
|
|
|
|
all: op.ps
|
|
|
|
op.ps: ${SRCS}
|
|
rm -f ${.TARGET}
|
|
${PIC} ${SRCS} | ${EQN} | ${ROFF} > ${.TARGET}
|
|
|
|
.include <bsd.doc.mk>
|