blob: 5d0d8566b9b1bda880b3663da6241ebad201f8a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# BeagleBone Weather Cape Demo
.include <bsd.own.mk>
NOOBJ= # defined
FILES= LICENSE README.txt jquery.js style.css weatherstation.js \
index.html processing.js spin.js weatherstation.lua
# weatherstation.lua is an executable script run under inetd and needs BINMODE
FILESMODE_weatherstation.lua=${BINMODE}
FILESDIR=/usr/share/beaglebone/weather
.include <bsd.prog.mk>
|