all::	xorg.conf/xorg.conf config loader.conf make.conf device.hints html
# xmodmap.english 

# If I JJLATER add
#	 .include "/site/Makefile.rdist6"
# then I could swap /host to ${HOST_ROOT}

.if exists( /host/laps/etc/ttys )
xorg.conf/xorg.conf:	/host/laps/etc/X11/xorg.conf
	cp /host/laps/etc/X11/xorg.conf ${.CURDIR}/$@
device.hints:	/host/laps/boot/device.hints
	chmod +w ${.CURDIR}/$@	# as source is 444
	cp /host/laps/boot/device.hints ${.CURDIR}/$@
loader.conf:	/host/laps/boot/loader.conf
	cp /host/laps/boot/loader.conf ${.CURDIR}/$@
make.conf:	/host/laps/etc/make.conf
	cp /host/laps/etc/make.conf ${.CURDIR}/$@
xmodmap.english:	/host/laps/root/xmodmap.english
	cp /host/laps/root/xmodmap.english ${.CURDIR}/$@
.else
xorg.conf/xorg.conf config loader.conf make.conf:
	@echo "No /host/laps to update from, so assuming OK"
.endif
.if exists( /host/laps/sys/i386/conf/LAPS.small )
config:		/host/laps/sys/i386/conf/LAPS.small
	cp /host/laps/sys/i386/conf/LAPS.small ${.CURDIR}/$@
.endif
.include <berklix.mk>
