1 --- fbset-2.1/Makefile.orig 1999-01-17 11:15:46.000000000 -0800
2 +++ fbset-2.1/Makefile 2006-08-08 12:43:10.000000000 -0700
7 - if [ -f /sbin/fbset ]; then rm /sbin/fbset; fi
8 - $(INSTALL) fbset /usr/sbin
9 - $(INSTALL) fbset.8 /usr/man/man8
10 - $(INSTALL) fb.modes.5 /usr/man/man5
11 - if [ ! -c /dev/fb0 ]; then mknod /dev/fb0 c 29 0; fi
12 - if [ ! -c /dev/fb1 ]; then mknod /dev/fb1 c 29 32; fi
13 - if [ ! -c /dev/fb2 ]; then mknod /dev/fb2 c 29 64; fi
14 - if [ ! -c /dev/fb3 ]; then mknod /dev/fb3 c 29 96; fi
15 - if [ ! -c /dev/fb4 ]; then mknod /dev/fb4 c 29 128; fi
16 - if [ ! -c /dev/fb5 ]; then mknod /dev/fb5 c 29 160; fi
17 - if [ ! -c /dev/fb6 ]; then mknod /dev/fb6 c 29 192; fi
18 - if [ ! -c /dev/fb7 ]; then mknod /dev/fb7 c 29 224; fi
19 + $(INSTALL) fbset $(DESTDIR)/sbin
20 + $(INSTALL) fbset.8 $(DESTDIR)/usr/man/man8
21 + $(INSTALL) fb.modes.5 $(DESTDIR)/usr/man/man5
24 $(RM) *.o fbset lex.yy.c modes.tab.c modes.tab.h