summaryrefslogtreecommitdiff
path: root/usr/src/cmd/pptadm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/pptadm/Makefile')
-rw-r--r--usr/src/cmd/pptadm/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr/src/cmd/pptadm/Makefile b/usr/src/cmd/pptadm/Makefile
index 3be558a7a0..7094f8563c 100644
--- a/usr/src/cmd/pptadm/Makefile
+++ b/usr/src/cmd/pptadm/Makefile
@@ -21,7 +21,6 @@ include ../Makefile.ctf
LDLIBS += -lofmt -lppt -lnvpair
CSTD = $(CSTD_GNU99)
-C99LMODE = -Xc99=%all
CLEANFILES += $(OBJS)
@@ -34,8 +33,6 @@ install: all $(ROOTUSRSBINPROG)
clean:
-$(RM) $(CLEANFILES)
-lint: lint_SRCS
-
%.o: ../%.c
$(COMPILE.c) $<
$(POST_PROCESS_O)