OpenSDE Packages Database (without history before r20070)
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.

24 lines
987 B

  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
  3. @@ -24,18 +24,9 @@
  4. $(BISON) modes.y
  5. install: fbset
  6. - if [ -f /sbin/fbset ]; then rm /sbin/fbset; fi
  7. - $(INSTALL) fbset /usr/sbin
  8. - $(INSTALL) fbset.8 /usr/man/man8
  9. - $(INSTALL) fb.modes.5 /usr/man/man5
  10. - if [ ! -c /dev/fb0 ]; then mknod /dev/fb0 c 29 0; fi
  11. - if [ ! -c /dev/fb1 ]; then mknod /dev/fb1 c 29 32; fi
  12. - if [ ! -c /dev/fb2 ]; then mknod /dev/fb2 c 29 64; fi
  13. - if [ ! -c /dev/fb3 ]; then mknod /dev/fb3 c 29 96; fi
  14. - if [ ! -c /dev/fb4 ]; then mknod /dev/fb4 c 29 128; fi
  15. - if [ ! -c /dev/fb5 ]; then mknod /dev/fb5 c 29 160; fi
  16. - if [ ! -c /dev/fb6 ]; then mknod /dev/fb6 c 29 192; fi
  17. - if [ ! -c /dev/fb7 ]; then mknod /dev/fb7 c 29 224; fi
  18. + $(INSTALL) fbset $(DESTDIR)/sbin
  19. + $(INSTALL) fbset.8 $(DESTDIR)/usr/man/man8
  20. + $(INSTALL) fb.modes.5 $(DESTDIR)/usr/man/man5
  21. clean:
  22. $(RM) *.o fbset lex.yy.c modes.tab.c modes.tab.h