mirror of
https://github.com/opnsense/src.git
synced 2026-04-01 07:25:10 -04:00
src/contrib as per various discussions. I will copy across our changes and then point the Makefiles across once the dust has settled..
13 lines
201 B
Makefile
13 lines
201 B
Makefile
# @(#)Makefile 8.2 (Berkeley) 2/28/94
|
|
|
|
DIR= smm/09.sendmail
|
|
SRCS= intro.me
|
|
MACROS= -me
|
|
|
|
all: intro.ps
|
|
|
|
intro.ps: ${SRCS}
|
|
rm -f ${.TARGET}
|
|
${PIC} ${SRCS} | ${ROFF} > ${.TARGET}
|
|
|
|
.include <bsd.doc.mk>
|