Changed Makefiles: drivers are now installed in /usr/sbin.

TTY now gets SYS_EVENT message with sigset (e.g., SIGKMESS, SIGKSTOP).
This commit is contained in:
Jorrit Herder
2005-07-19 12:12:48 +00:00
parent f2e16763e7
commit 8c024e28a1
11 changed files with 34 additions and 21 deletions

View File

@@ -24,8 +24,8 @@ $(DRIVER): $(OBJ)
# install -S 64w $(DRIVER)
# install with other drivers
install: /usr/sbin/drivers/$(DRIVER)
/usr/sbin/drivers/$(DRIVER): $(DRIVER)
install: /usr/sbin/$(DRIVER)
/usr/sbin/$(DRIVER): $(DRIVER)
install -o root -c $? $@
# install -o root -cs $? $@