summaryrefslogtreecommitdiff
path: root/clients/zctl
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1988-11-22 08:50:20 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1988-11-22 08:50:20 +0000
commite66c0fee1278c437b1d5af576a1248b97f437a88 (patch)
treea98a91e1a4372943511e7c7c7a58a9668ed1034b /clients/zctl
parent627d47ac96133de83a9ae6fa2af6c922aaea3c68 (diff)
remove bogus clean target
rearrange targets so all:: is the first target don't do profiling of the command table
Diffstat (limited to 'clients/zctl')
-rw-r--r--clients/zctl/Imakefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/clients/zctl/Imakefile b/clients/zctl/Imakefile
index cda79d0..bea30f5 100644
--- a/clients/zctl/Imakefile
+++ b/clients/zctl/Imakefile
@@ -18,9 +18,6 @@ LINCLUDES=-I$(BUILDTOP)/ss
normal_obj_rule()
-command_table(zctl_cmds)
-
program(zctl,${OBJS},,${LIBS},${CLIENTDIR})
-clean::
- rm -f zctl_cmds.ct.o
+command_table_noprof(zctl_cmds)