From cabcd0a2b2a47d590a46be2fbe16888c87cfc78d Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Mon, 1 Feb 2016 14:02:37 -0500 Subject: [PATCH] Fix up the sysadm.pro file - forgot to clean up the old library subdir in it. --- src/sysadm.pro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/sysadm.pro b/src/sysadm.pro index 7ad5e04..511cd1c 100644 --- a/src/sysadm.pro +++ b/src/sysadm.pro @@ -1,11 +1,11 @@ TEMPLATE = subdirs CONFIG += recursive -SUBDIRS+= library binary server +SUBDIRS+= server #Make sure to list the library as a requirement for the others (for parallellized builds) -binary.depends = library -server.depends = library +#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/