blob: 4e5478c20fa9e2f1f5d354ebe17641b96700f371 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# file : etc/buildfile
# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
./: file{brep-module.conf brep-apache2.conf} \
systemd/file{brep-load.service brep-load.timer}
install = data/etc/
systemd/: install = data/etc/systemd/
#@@ BC install.subdirs
|