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.
|
--- ./Makefile.orig 2004-01-30 19:04:40.000000000 +0100
|
|
+++ ./Makefile 2004-01-30 19:04:17.000000000 +0100
|
|
@@ -2,12 +2,13 @@
|
|
#LDFLAGS=-static
|
|
|
|
CFLAGS=-O2 -Wall
|
|
+PREFIX=/usr/local
|
|
|
|
all: putlcd buttond
|
|
|
|
install: all
|
|
- install putlcd /usr/local/sbin
|
|
- install buttond /usr/local/sbin
|
|
+ install putlcd ${PREFIX}/sbin
|
|
+ install buttond ${PREFIX}/sbin
|
|
|
|
clean:
|
|
rm -f putlcd buttond *.o
|