From 3ceda4196e859b6946bdd183f991cae0f9909e51 Mon Sep 17 00:00:00 2001 From: graichen <> Date: Tue, 13 May 1997 14:32:39 +0000 Subject: [PATCH] use elf2ecoff instead of cp for bsd.nfs --- src/etc/etc.pmax/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/etc.pmax/Makefile.inc b/src/etc/etc.pmax/Makefile.inc index 398569fc..452cac98 100644 --- a/src/etc/etc.pmax/Makefile.inc +++ b/src/etc/etc.pmax/Makefile.inc @@ -1,7 +1,7 @@ # # etc.pmax/Makefile.inc -- pmax-specific etc Makefile targets # -# $Id: Makefile.inc,v 1.5 1997/05/13 14:30:37 graichen Exp $ +# $Id: Makefile.inc,v 1.6 1997/05/13 14:32:39 graichen Exp $ .ifdef DESTDIR @@ -24,7 +24,7 @@ bsd.nfs: cd ${.CURDIR}/../sys/arch/pmax/conf && config GENERIC_NFS cd ${.CURDIR}/../sys/arch/pmax/compile/GENERIC_NFS && \ make clean && make depend && make - cp ${.CURDIR}/../sys/arch/pmax/compile/GENERIC_NFS/bsd \ + elf2ecoff ${.CURDIR}/../sys/arch/pmax/compile/GENERIC_NFS/bsd \ ${DESTDIR}/snapshot/bsd.nfs bsd.rz0: