added "install" target

This commit is contained in:
cebix 2003-02-06 19:10:08 +00:00
parent 45289042e6
commit 4bca966e18

View File

@ -18,6 +18,10 @@ sheep_net.o: sheep_net.c
dev:
mknod /dev/sheep_net c 10 198
install: sheep_net.o
install -d /lib/modules/`uname -r`/misc
install -m 644 sheep_net.o /lib/modules/`uname -r`/misc
clean:
-rm $(OBJS)