diff --git a/sysinstall/Makefile b/sysinstall/Makefile index e18e71ae..eebae8ed 100644 --- a/sysinstall/Makefile +++ b/sysinstall/Makefile @@ -58,6 +58,7 @@ install: all touch $(DESTDIR)$(DATADIR)/sysinstall/hooks/sortix-1.1-init touch $(DESTDIR)$(DATADIR)/sysinstall/hooks/sortix-1.1-passwd touch $(DESTDIR)$(DATADIR)/sysinstall/hooks/sortix-1.1-group + touch $(DESTDIR)$(DATADIR)/sysinstall/hooks/sortix-1.1-tix-3g sysinstall: $(SYSINSTALL_OBJS) $(CC) $(SYSINSTALL_OBJS) -o $@ -lmount -ldisplay