1 --- old/Makefile.orig Fri Aug 23 16:21:49 2002
2 +++ new/Makefile Fri Aug 23 16:27:34 2002
4 $(INSTALL) fbset /usr/sbin
5 $(INSTALL) fbset.8 /usr/man/man8
6 $(INSTALL) fb.modes.5 /usr/man/man5
7 - if [ ! -c /dev/fb0 ]; then mknod /dev/fb0 c 29 0; fi
8 - if [ ! -c /dev/fb1 ]; then mknod /dev/fb1 c 29 32; fi
9 - if [ ! -c /dev/fb2 ]; then mknod /dev/fb2 c 29 64; fi
10 - if [ ! -c /dev/fb3 ]; then mknod /dev/fb3 c 29 96; fi
11 - if [ ! -c /dev/fb4 ]; then mknod /dev/fb4 c 29 128; fi
12 - if [ ! -c /dev/fb5 ]; then mknod /dev/fb5 c 29 160; fi
13 - if [ ! -c /dev/fb6 ]; then mknod /dev/fb6 c 29 192; fi
14 - if [ ! -c /dev/fb7 ]; then mknod /dev/fb7 c 29 224; fi
15 + $(INSTALL) modeline2fb /usr/sbin
18 $(RM) *.o fbset lex.yy.c modes.tab.c modes.tab.h