Changeset 372 for lcd/GNUmakefile
- Timestamp:
- 09/04/2008 20:25:01 (2 years ago)
- File:
-
- 1 edited
-
lcd/GNUmakefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lcd/GNUmakefile
r271 r372 7 7 layout :=$(shell layout) 8 8 9 ifeq ($(layout),debian)10 layout :=init.d11 endif12 13 9 all: 14 10 15 11 install: 16 ifeq ($(layout),init.d) 17 install -g root -o root -v init.d/lcd /etc/init.d 18 update-rc.d lcd defaults 99 01 19 endif 12 install -dg 0 -o 0 -v /ccs/sbin 13 install -g 0 -o 0 -v lcd.pl /ccs/sbin/lcd.pl 14 install -g 0 -o 0 -v rc.d/CCSlcd /usr/local/etc/rc.d
Note: See TracChangeset
for help on using the changeset viewer.
