diff options
author | 1997-09-26 21:39:25 +0000 | |
---|---|---|
committer | 1997-09-26 21:39:25 +0000 | |
commit | a3011b4fdf3b00175e939fe5208f83b62110f0e1 (patch) | |
tree | cce9cab8d3f2ea3152c2f832e8c6b627d4ada29b | |
parent | get INSTALL.* from correct place (diff) | |
download | wireguard-openbsd-a3011b4fdf3b00175e939fe5208f83b62110f0e1.tar.xz wireguard-openbsd-a3011b4fdf3b00175e939fe5208f83b62110f0e1.zip |
snap_md: arch is pmax not sparc. -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 78db215c4c3..98463c863d2 100644 --- a/etc/etc.pmax/Makefile.inc +++ b/etc/etc.pmax/Makefile.inc @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile.inc,v 1.9 1997/09/21 11:50:34 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.10 1997/09/26 21:39:25 maja Exp $ # etc.pmax/Makefile.inc -- pmax-specific etc Makefile targets .ifdef DESTDIR snap_md: binutils bsd distrib - cp ${.CURDIR}/../sys/arch/sparc/compile/GENERIC/bsd \ + cp ${.CURDIR}/../sys/arch/pmax/compile/GENERIC/bsd \ ${DESTDIR}/snapshot/bsd binutils: |