diff options
Diffstat (limited to 'sys/arch/hppa/conf/Makefile.hppa')
-rw-r--r-- | sys/arch/hppa/conf/Makefile.hppa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/conf/Makefile.hppa b/sys/arch/hppa/conf/Makefile.hppa index 7e6833f4059..3bbf488cbed 100644 --- a/sys/arch/hppa/conf/Makefile.hppa +++ b/sys/arch/hppa/conf/Makefile.hppa @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.hppa,v 1.104 2017/11/04 16:04:16 florian Exp $ +# $OpenBSD: Makefile.hppa,v 1.105 2018/02/09 03:59:15 tb Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -149,7 +149,7 @@ locore.o: ${_machdir}/${_mach}/locore.S assym.h fpemu.o spcopy.o: assym.h hardlink-obsd: - cmp -s bsd /bsd || ln -f /bsd /obsd + [[ ! -f /bsd ]] || cmp -s bsd /bsd || ln -f /bsd /obsd newinstall: umask 077 && cp bsd /nbsd && mv /nbsd /bsd && \ |