diff options
author | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-05-13 14:32:40 +0000 |
---|---|---|
committer | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-05-13 14:32:40 +0000 |
commit | 8dc288f73d594587018c6a91794c3a82ef47b925 (patch) | |
tree | 2dc17c61c128f8bd680e7f3825b106f95fe36ee5 /etc/etc.pmax | |
parent | 73e255b5e7ff9c015a766d3165210811fbff8e54 (diff) |
use elf2ecoff instead of cp for bsd.nfs
Diffstat (limited to 'etc/etc.pmax')
-rw-r--r-- | etc/etc.pmax/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.pmax/Makefile.inc b/etc/etc.pmax/Makefile.inc index 398569fc95f..452cac98d58 100644 --- a/etc/etc.pmax/Makefile.inc +++ b/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: |