Files
sysadm/src/sysadm.pro

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