From: Ben Gras Date: Wed, 29 Mar 2006 12:41:11 +0000 (+0000) Subject: Don't install in /sbin - confusing with real tty command X-Git-Tag: v3.1.2a~105 X-Git-Url: http://zhaoyanbai.com/repos/dnssec-settime.html?a=commitdiff_plain;h=2ab95796b5d9d2afa0095147ddecd88e125d75a0;p=minix.git Don't install in /sbin - confusing with real tty command --- diff --git a/drivers/tty/Makefile b/drivers/tty/Makefile index c3a2b2eb3..a5d87b782 100644 --- a/drivers/tty/Makefile +++ b/drivers/tty/Makefile @@ -25,10 +25,11 @@ $(DRIVER): $(OBJ) install -S 256w $(DRIVER) # install with other drivers -install: /sbin/$(DRIVER) +install: cd keymaps && $(MAKE) -$(MAKEFLAGS) install -/sbin/$(DRIVER): $(DRIVER) - install -o root -cs $? $@ + +#/sbin/$(DRIVER): $(DRIVER) +# install -o root -cs $? $@ # clean up local files clean: