diff options
author | John Kohl <jtkohl@mit.edu> | 1989-04-11 09:46:29 +0000 |
---|---|---|
committer | John Kohl <jtkohl@mit.edu> | 1989-04-11 09:46:29 +0000 |
commit | 351c34dbc85a2bd9e0db209326afea116a20ec5f (patch) | |
tree | a3bcd344d8da60d5c05055891ea48268ed7587e7 /clients/zstat | |
parent | 4bd13dd4fdfd0a0eaf9973c8b9686c20980bc7c3 (diff) |
add dummy all:: target so make means make all
Diffstat (limited to 'clients/zstat')
-rw-r--r-- | clients/zstat/Imakefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clients/zstat/Imakefile b/clients/zstat/Imakefile index 2c8eedf..bdbb3cf 100644 --- a/clients/zstat/Imakefile +++ b/clients/zstat/Imakefile @@ -15,6 +15,9 @@ OBJS = zstat.o SRCDIR= ${SRCTOP}/clients/zstat CODE= ${SRCS} Imakefile +/* dummy rule so 'make' means 'make all' */ +all:: + depend:: (cd ../../server; make src) normal_obj_rule() |