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