You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
987 B
25 lines
987 B
18 years ago
|
--- fbset-2.1/Makefile.orig 1999-01-17 11:15:46.000000000 -0800
|
||
|
+++ fbset-2.1/Makefile 2006-08-08 12:43:10.000000000 -0700
|
||
|
@@ -24,18 +24,9 @@
|
||
|
$(BISON) modes.y
|
||
|
|
||
|
install: fbset
|
||
|
- if [ -f /sbin/fbset ]; then rm /sbin/fbset; fi
|
||
|
- $(INSTALL) fbset /usr/sbin
|
||
|
- $(INSTALL) fbset.8 /usr/man/man8
|
||
|
- $(INSTALL) fb.modes.5 /usr/man/man5
|
||
|
- if [ ! -c /dev/fb0 ]; then mknod /dev/fb0 c 29 0; fi
|
||
|
- if [ ! -c /dev/fb1 ]; then mknod /dev/fb1 c 29 32; fi
|
||
|
- if [ ! -c /dev/fb2 ]; then mknod /dev/fb2 c 29 64; fi
|
||
|
- if [ ! -c /dev/fb3 ]; then mknod /dev/fb3 c 29 96; fi
|
||
|
- if [ ! -c /dev/fb4 ]; then mknod /dev/fb4 c 29 128; fi
|
||
|
- if [ ! -c /dev/fb5 ]; then mknod /dev/fb5 c 29 160; fi
|
||
|
- if [ ! -c /dev/fb6 ]; then mknod /dev/fb6 c 29 192; fi
|
||
|
- if [ ! -c /dev/fb7 ]; then mknod /dev/fb7 c 29 224; fi
|
||
|
+ $(INSTALL) fbset $(DESTDIR)/sbin
|
||
|
+ $(INSTALL) fbset.8 $(DESTDIR)/usr/man/man8
|
||
|
+ $(INSTALL) fb.modes.5 $(DESTDIR)/usr/man/man5
|
||
|
|
||
|
clean:
|
||
|
$(RM) *.o fbset lex.yy.c modes.tab.c modes.tab.h
|