11 lines
192 B
Makefile
11 lines
192 B
Makefile
# $Header$
|
|
|
|
#PARAMS do not remove this line!
|
|
|
|
all:
|
|
|
|
install:
|
|
|
|
-mkdir $(TARGET_HOME)/include/tail_ac
|
|
( cd headers; tar cf - `cat LIST` ) | ( cd $(TARGET_HOME)/include/tail_ac ; tar xf - )
|