1*4d6af78aSderaadt# $OpenBSD: Makefile,v 1.1 2007/11/25 18:25:35 deraadt Exp $ 2*4d6af78aSderaadt 3*4d6af78aSderaadtall: ${.CURDIR}/bcopy.S ${.CURDIR}/spcopy.S 4*4d6af78aSderaadt 5*4d6af78aSderaadt${.CURDIR}/bcopy.S: bcopy.m4 6*4d6af78aSderaadt @echo 'building ${.TARGET} from ${.ALLSRC}' 7*4d6af78aSderaadt @m4 -DNAME=bcopy ${.ALLSRC} > ${.TARGET} 8*4d6af78aSderaadt 9*4d6af78aSderaadt${.CURDIR}/spcopy.S: bcopy.m4 10*4d6af78aSderaadt @echo 'building ${.TARGET} from ${.ALLSRC}' 11*4d6af78aSderaadt @m4 -DNAME=spcopy ${.ALLSRC} > ${.TARGET} 12*4d6af78aSderaadt 13*4d6af78aSderaadt.include <bsd.own.mk> 14*4d6af78aSderaadt.include <bsd.obj.mk> 15