summaryrefslogtreecommitdiff
path: root/clients/znol/Imakefile
blob: 5c16c6da4ed3dbfa4990486dc228877e5a705e05 (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$
/**/#	$Id$
/**/#

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

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

normal_obj_rule()

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