summaryrefslogtreecommitdiff
path: root/usr/src/cmd/ksh/Makefile.com
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/ksh/Makefile.com')
-rw-r--r--usr/src/cmd/ksh/Makefile.com2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/cmd/ksh/Makefile.com b/usr/src/cmd/ksh/Makefile.com
index 9f6b431e1f..b1aef300da 100644
--- a/usr/src/cmd/ksh/Makefile.com
+++ b/usr/src/cmd/ksh/Makefile.com
@@ -37,11 +37,13 @@ LIBSHELLBASE=../../../lib/libshell
LIBSHELLSRC=$(LIBSHELLBASE)/common/sh
SRCS= $(OBJECTS:%.o=$(LIBSHELLSRC)/%.c)
+OBJS= $(OBJECTS)
LDLIBS += -lshell
# Set common AST build flags (e.g., needed to support the math stuff).
include ../../../Makefile.ast
+include ../../Makefile.ctf
# 1. Make sure that the -D/-U defines in CFLAGS below are in sync
# with usr/src/lib/libshell/Makefile.com