all:: xorg.conf/xorg.conf config loader.conf make.conf device.hints # xmodmap.english .if exists( /host/laps/etc/ttys ) xorg.conf/xorg.conf: /host/laps/etc/X11/xorg.conf cp /host/laps/etc/X11/xorg.conf $@ device.hints: /host/laps/boot/device.hints chmod +w $@ # as source is 444 cp /host/laps/boot/device.hints $@ loader.conf: /host/laps/boot/loader.conf cp /host/laps/boot/loader.conf $@ make.conf: /host/laps/etc/make.conf cp /host/laps/etc/make.conf $@ xmodmap.english: /host/laps/root/xmodmap.english cp /host/laps/root/xmodmap.english $@ .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 $@ .endif .include