02firstboot = $(CHROOT)/usr/local/bin/02firstboot.start cert-renew.sh = $(CHROOT)/etc/ssl/cert-renew.sh systemd-units: appliance/cert-renew.service appliance/cert-renew.timer cp appliance/cert-renew.service appliance/cert-renew.timer $(CHROOT)/etc/systemd/system/ $(02firstboot): appliance/02firstboot.start mkdir -p $(CHROOT)/usr/local/bin cp $< $@ touch $(CHROOT)/02firstboot $(cert-renew.sh): appliance/cert-renew.sh mkdir -p $(CHROOT)/etc/ssl cp $< $@ preinstall: postinstall: systemd-units $(02firstboot) $(cert-renew.sh)