diff options
author | 1997-10-06 17:56:22 +0000 | |
---|---|---|
committer | 1997-10-06 17:56:22 +0000 | |
commit | 2001d7df49a3a3b16a7514e7d23e07abb40a1da1 (patch) | |
tree | 2785f28391078c8e410b7190e331361468dc5c90 | |
parent | better amp message (diff) | |
download | wireguard-openbsd-2001d7df49a3a3b16a7514e7d23e07abb40a1da1.tar.xz wireguard-openbsd-2001d7df49a3a3b16a7514e7d23e07abb40a1da1.zip |
Don't try to do elf2ecoff on bsd (it's a.out) use bsd.elf instead. -moj
-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 f6300edbc59..80adfa087f1 100644 --- a/etc/etc.pmax/Makefile.inc +++ b/etc/etc.pmax/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.11 1997/09/26 21:45:17 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.12 1997/10/06 17:56:22 maja Exp $ # etc.pmax/Makefile.inc -- pmax-specific etc Makefile targets .ifdef DESTDIR @@ -20,7 +20,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 - elf2ecoff ${.CURDIR}/../sys/arch/pmax/compile/GENERIC.NFS/bsd \ + elf2ecoff ${.CURDIR}/../sys/arch/pmax/compile/GENERIC.NFS/bsd.elf \ ${DESTDIR}/snapshot/bsd.nfs bsd.rz0: |