summaryrefslogtreecommitdiffstats
path: root/cacheserver/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cacheserver/Makefile')
-rw-r--r--cacheserver/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/cacheserver/Makefile b/cacheserver/Makefile
index c923b1a3..bdff3f08 100644
--- a/cacheserver/Makefile
+++ b/cacheserver/Makefile
@@ -1,8 +1,10 @@
# $Id$
-.include "../pttbbs.mk"
+SRCROOT= ..
+.include "$(SRCROOT)/pttbbs.mk"
PROGRAMS= utmpserver utmpsync utmpserver2 utmpserver3 authserver
-UTILOBJ= ../util/util_stuff.o ../util/util_var.o ../util/util_file.o ../util/util_cache.o ../util/util_passwd.o ../util/util_record.o ../util/util_osdep.o ../util/util_args.o
+UTILDIR= $(SRCROOT)/util
+UTILOBJ= $(UTILDIR)/util_stuff.o $(UTILDIR)/util_var.o $(UTILDIR)/util_file.o $(UTILDIR)/util_cache.o $(UTILDIR)/util_passwd.o $(UTILDIR)/util_record.o $(UTILDIR)/util_osdep.o $(UTILDIR)/util_args.o
all: ${PROGRAMS}