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