summaryrefslogtreecommitdiffstats
path: root/mbbsd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/Makefile')
-rw-r--r--mbbsd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/Makefile b/mbbsd/Makefile
index f6486530..f5ea4269 100644
--- a/mbbsd/Makefile
+++ b/mbbsd/Makefile
@@ -72,7 +72,7 @@ OBJS+= screen.o
#######################################################################
.if defined(DIET)
-OBJS+= random.o time.o alloc.o
+LDLIBS+= $(SRCROOT)/common/diet/libdiet.a
DIETCC:= diet -Os
.endif