We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38b2a34 commit 54ae058Copy full SHA for 54ae058
sys/arch/sgi/conf/Makefile.sgi
@@ -155,10 +155,13 @@ cache_tfp_subr.o ip30_nmi.o: assym.h
155
hardlink-obsd:
156
[[ ! -f /bsd ]] || cmp -s bsd /bsd || ln -f /bsd /obsd
157
158
+reconfig:
159
+ [[ ! -f /etc/bsd.re-config ]] || config -e -c /etc/bsd.re-config -f bsd
160
+
161
newinstall:
162
install -m 700 -F bsd /bsd && sha256 -h /var/db/kernel.SHA256 /bsd
163
-install: update-link hardlink-obsd newinstall
164
+install: update-link hardlink-obsd reconfig newinstall
165
166
# pull in the dependency information
167
.ifnmake clean
0 commit comments