summaryrefslogtreecommitdiff
path: root/usr/src/cmd/man/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/man/Makefile')
-rw-r--r--usr/src/cmd/man/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/usr/src/cmd/man/Makefile b/usr/src/cmd/man/Makefile
index 911bae6340..7c7afebb10 100644
--- a/usr/src/cmd/man/Makefile
+++ b/usr/src/cmd/man/Makefile
@@ -14,12 +14,7 @@
# Copyright 2014 Garrett D'Amore <garrett@damore.org>
#
-PROG= man
-LINKS= apropos whatis catman
-LIBLINKS = makewhatis
-OBJS= makewhatis.o man.o stringlist.o
-SRCS= $(OBJS:%.o=%.c)
-
+include Makefile.com
include $(SRC)/cmd/Makefile.cmd
CFLAGS += $(CCVERBOSE)