summaryrefslogtreecommitdiff
path: root/clients/zstat/Imakefile
blob: 2c8eedfa87b6f656794b03cfe3f0029354747466 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/**/#	Copyright 1988 Massachusetts Institute of Technology.
/**/#
/**/#	For copying and distribution information, see the file
/**/#	"mit-copyright.h". 
/**/#
/**/#	$Source$
/**/#	$Author$
/**/#	$Header$
/**/#
LIBS= ${ZEPHYR_LIB} ${COMERR_LIB} ${KRB_LIB} ${DES_LIB}
LINTLIBS= ${ZEPHYR_LINTLIB} ${COMERR_LINTLIB} ${KRB_LINTLIB} ${DES_LINTLIB}
SRCS = zstat.c
OBJS = zstat.o

SRCDIR= ${SRCTOP}/clients/zstat
CODE= ${SRCS} Imakefile

depend::
	(cd ../../server; make src)
normal_obj_rule()

program(zstat,${OBJS},,${LIBS},${CLIENTDIR})