From f9e20e8e2b1599c01d759306cef5e9459b729b0a Mon Sep 17 00:00:00 2001 From: John Kohl Date: Mon, 14 Nov 1988 06:46:50 +0000 Subject: Initial revision --- clients/zstat/Imakefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 clients/zstat/Imakefile (limited to 'clients/zstat') diff --git a/clients/zstat/Imakefile b/clients/zstat/Imakefile new file mode 100644 index 0000000..e63e6e1 --- /dev/null +++ b/clients/zstat/Imakefile @@ -0,0 +1,17 @@ +/**/# 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 + +normal_obj_rule() + +program(zstat,${OBJS},,${LIBS},${CLIENTDIR}) -- cgit v1.2.3