summaryrefslogtreecommitdiff
path: root/clients/zlocate/Imakefile
blob: e3fd3e72da032fa4da55b58fdc7e8496cd37c42d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/**/#	Copyright 1988 Massachusetts Institute of Technology.
/**/#
/**/#	For copying and distribution information, see the file
/**/#	"mit-copyright.h". 
/**/#
/**/#	$Source$
/**/#	$Author$
/**/#	$Header$
/**/#

LIBS= ${ZEPHYR_LIB} ${KRB_LIB} ${COMERR_LIB} ${DES_LIB}
LINTLIBS= ${ZEPHYR_LINTLIB} ${KRB_LINTLIB} ${COMERR_LINTLIB} ${DES_LINTLIB}
SRCS = zlocate.c
OBJS = zlocate.o

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

normal_obj_rule()

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