From e99ceadaf6c77b80c19e16d91306e944305b1c88 Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Thu, 13 Nov 2003 14:45:08 +0000 Subject: Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. --- emulators/simh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emulators/simh') diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile index 763e2d61d63e..c56de8cfc3f2 100644 --- a/emulators/simh/Makefile +++ b/emulators/simh/Makefile @@ -31,7 +31,7 @@ BIN_FILES= altair h316 ibm1130 pdp11 pdp8 \ pre-patch: @${MKDIR} ${WRKSRC}/BIN - @for i in ${WRKSRC}/makefile `find ${WRKSRC} -name "*.[hc]"`; do \ + @for i in ${WRKSRC}/makefile `${FIND} ${WRKSRC} -name "*.[hc]"`; do \ ${CAT} $$i | ${TR} -d '\r' > $$i.new; \ ${MV} $$i.new $$i; \ done -- cgit v1.2.3