summaryrefslogtreecommitdiffstats
path: root/innbbsd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'innbbsd/Makefile')
-rw-r--r--innbbsd/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/innbbsd/Makefile b/innbbsd/Makefile
index e698e6f0..ff4497f5 100644
--- a/innbbsd/Makefile
+++ b/innbbsd/Makefile
@@ -29,8 +29,7 @@ all: ${PROGS}
# bbs util
UTIL_DIR= $(SRCROOT)/util
-UTIL_OBJS= \
- util_cache.o util_passwd.o util_var.o
+UTIL_OBJS= util_passwd.o util_var.o
.for fn in ${UTIL_OBJS}
LINK_UTIL_OBJS+= ${UTIL_DIR}/${fn}