David van Moolenbroek b8046fb69b Retire MINIX tcpd(8)
Change-Id: If419d441c5df0b9f2e29db1ef0d904d102739f9b
2017-03-09 23:40:03 +00:00

15 lines
375 B
Makefile

# 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>