mirror of the now-defunct rocklinux.org
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.

18 lines
390 B

  1. --- ./Makefile.orig 2004-01-30 19:04:40.000000000 +0100
  2. +++ ./Makefile 2004-01-30 19:04:17.000000000 +0100
  3. @@ -2,12 +2,13 @@
  4. #LDFLAGS=-static
  5. CFLAGS=-O2 -Wall
  6. +PREFIX=/usr/local
  7. all: putlcd buttond
  8. install: all
  9. - install putlcd /usr/local/sbin
  10. - install buttond /usr/local/sbin
  11. + install putlcd ${PREFIX}/sbin
  12. + install buttond ${PREFIX}/sbin
  13. clean:
  14. rm -f putlcd buttond *.o