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

@@ -29,8 +29,8 @@ $(LIBDRIVER):
cd $d/libdriver && $(MAKE)
# 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 -cs $? $@
# clean up local files