diff --git a/reactos/drivers/fs/ms/Makefile b/reactos/drivers/fs/ms/Makefile index 7f0ef75bf03..9d93ae39ac9 100644 --- a/reactos/drivers/fs/ms/Makefile +++ b/reactos/drivers/fs/ms/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5 2001/07/24 16:31:17 ekohl Exp $ +# $Id: Makefile,v 1.6 2001/07/29 16:39:12 ekohl Exp $ # # Mailslot File System # @@ -21,6 +21,8 @@ clean: .phony: clean +install: $(FLOPPY_DIR)/drivers/$(TARGET).sys + $(FLOPPY_DIR)/drivers/$(TARGET).sys: $(TARGET).sys $(CP) $(TARGET).sys $(FLOPPY_DIR)/drivers/$(TARGET).sys