mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05: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
207 B
Makefile
13 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>
|