mirror of
https://github.com/outbackdingo/sysadm.git
synced 2026-03-21 16:45:02 +00:00
17 lines
422 B
Prolog
17 lines
422 B
Prolog
TEMPLATE = subdirs
|
|
CONFIG += recursive
|
|
|
|
SUBDIRS+= server
|
|
|
|
#Make sure to list the library as a requirement for the others (for parallellized builds)
|
|
#binary.depends = library
|
|
#server.depends = library
|
|
|
|
rcd.path = /usr/local/etc/rc.d/
|
|
rcd.extra = cp rc.d/* $(INSTALL_ROOT)/usr/local/etc/rc.d/
|
|
|
|
conf.path = /usr/local/etc/
|
|
conf.extra = cp conf/sysadm.conf ${INSTALL_ROOT}/usr/local/etc/sysadm.conf.dist
|
|
|
|
INSTALLS += rcd conf
|