mirror of
https://github.com/vivier/EMILE.git
synced 2025-02-23 11:29:02 +00:00
install apple_driver
This commit is contained in:
parent
57dee88fbf
commit
e01d129289
@ -185,10 +185,12 @@ install::
|
||||
install $(KARCH)-linux-scsi/second $(DESTDIR)/$(PREFIX)/boot/emile/$(KARCH)-second_scsi
|
||||
install -d $(DESTDIR)/$(PREFIX)/lib/emile/
|
||||
install $(KARCH)-linux-floppy/second $(DESTDIR)/$(PREFIX)/lib/emile/$(KARCH)-second_floppy
|
||||
install m68k-linux-scsi-driver/apple_driver $(DESTDIR)/$(PREFIX)/lib/emile/apple_driver
|
||||
|
||||
uninstall::
|
||||
rm -f $(DESTDIR)/$(PREFIX)/boot/emile/$(KARCH)-second_scsi
|
||||
rm -f $(DESTDIR)/$(PREFIX)/lib/emile/$(KARCH)-second_floppy
|
||||
rm -f $(DESTDIR)/$(PREFIX)/lib/emile/apple_driver
|
||||
|
||||
dist:
|
||||
@echo TAR second
|
||||
|
Loading…
x
Reference in New Issue
Block a user