# $Source: /afs/athena.mit.edu/astaff/project/kerberos/src/kuser/RCS/Imakefile,v $
# $Author: jon $
# $Id: Imakefile,v 4.5 90/03/20 16:12:17 jon Exp $
#
# Copyright 1987, 1988 by the Massachusetts Institute of Technology.
#
# For copying and distribution information,
# please see the file <mit-copyright.h>.
#
# Imakefile for kerberos-specific user programs
#

SRCS=kinit.c kdestroy.c klist.c ksu.c ksrvtgt.c
SRCDIR=${SRCTOP}/kuser
CODE=${SRCS} Imakefile
DEFINES=-DBSD42 -DDEBUG "-DORGANIZATION=\"${ORGANIZATION}\""
LIBS= ${KRB_LIB} ${DES_LIB}
DEPLIBS= ${KRB_LIBDEP} ${DES_LIBDEP}

program(kinit,kinit.o,${DEPLIBS},${LIBS},${PROGDIR})
program(kdestroy,kdestroy.o,${DEPLIBS},${LIBS},${PROGDIR})
program(klist,klist.o,${DEPLIBS},${LIBS},${PROGDIR})
suidprogram(ksu,ksu.o,${DEPLIBS},${LIBS},${PROGDIR})
program(ksrvtgt,ksrvtgt.o,${DEPLIBS},${LIBS},${PROGDIR})
