home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Il CD di internet
/
CD.iso
/
SOURCE
/
N
/
SENDMAIL
/
_SENDMAI.TAR
/
usr
/
doc
/
sendmail
/
op
/
Makefile
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1994-02-28
|
203 b
|
14 lines
# @(#)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>