summaryrefslogtreecommitdiff
path: root/usr/src/cmd/nscd
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/nscd')
-rw-r--r--usr/src/cmd/nscd/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/cmd/nscd/Makefile b/usr/src/cmd/nscd/Makefile
index aa478fa3b0..3ee87ff450 100644
--- a/usr/src/cmd/nscd/Makefile
+++ b/usr/src/cmd/nscd/Makefile
@@ -69,8 +69,6 @@ CERRWARN += -_gcc=-Wno-type-limits
LDFLAGS += $(ZINTERPOSE)
# TCOV_FLAG= -ql
-# GPROF_FLAG= -xpg
-# DEBUG_FLAG= -g
PROGLIBS= $(LDLIBS) -lresolv -lnsl -lsocket -lumem -lscf -lavl
@@ -90,7 +88,7 @@ lint:
$(LINT.c) ${SRCS} ${PROGLIBS}
cstyle:
- ${CSTYLE} ${SRCS}
+ ${CSTYLE} ${SRCS}
install: all $(ROOTPROG) $(ROOTMANIFEST) $(ROOTSVCMETHOD)