c797f1eea2
a keyboard LED. PR: 35768 Submitted by: Murray Nesbitt <murray@unixporting.com>
16 lines
231 B
Text
16 lines
231 B
Text
$FreeBSD$
|
|
|
|
--- Makefile.orig Mon Mar 18 18:03:38 2002
|
|
+++ Makefile Mon Mar 18 18:04:08 2002
|
|
@@ -1,8 +1,8 @@
|
|
|
|
-CFLAGS = -Wall -O
|
|
+CFLAGS += -Wall
|
|
|
|
-CC = gcc
|
|
-DESTDIR=/usr/local
|
|
+CC ?= gcc
|
|
+DESTDIR= ${PREFIX}
|
|
|
|
all: flasher man
|
|
|