summaryrefslogtreecommitdiff
path: root/sys/arch/landisk/conf/Makefile.landisk
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/landisk/conf/Makefile.landisk')
-rw-r--r--sys/arch/landisk/conf/Makefile.landisk4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/landisk/conf/Makefile.landisk b/sys/arch/landisk/conf/Makefile.landisk
index a87efd66fb7..9cec25aae9e 100644
--- a/sys/arch/landisk/conf/Makefile.landisk
+++ b/sys/arch/landisk/conf/Makefile.landisk
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.landisk,v 1.76 2017/11/04 16:04:16 florian Exp $
+# $OpenBSD: Makefile.landisk,v 1.77 2018/02/09 03:59:15 tb Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -141,7 +141,7 @@ locore0.o: ${_machdir}/${_mach}/locore0.S assym.h
locore_subr.o vectors.o in_cksum.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 && \