forked from Lainports/freebsd-ports
hardware interface Toshctl is a command-line tool to allow access to much of the Toshiba hardware interface developed by Jonathan Buzzard and Linux toshset by Charles D. Schwieters. It can do things linke set the LCD brightness, set CPU speed and set fan speed. PR: ports/56035 Submitted by: Carl Moberg <carl@servicefactory.se>
11 lines
268 B
Text
11 lines
268 B
Text
--- Makefile.orig Thu Mar 20 02:19:07 2003
|
|
+++ Makefile Fri Aug 22 16:11:21 2003
|
|
@@ -34,5 +34,8 @@
|
|
$(PROGRAM):$(OBJS)
|
|
$(CC) -o $(PROGRAM) $(LDFLAGS) $(OBJS)
|
|
|
|
+install:
|
|
+ ${INSTALL} ${PROGRAM} ${LOCALBASE}/bin
|
|
+
|
|
clean:
|
|
rm -f *.o *.bak $(PROGRAM)
|