# $Source: /afs/nada.kth.se/home/staff/bg/Work/kerberos-4/src/kuser/Imakefile,v $
# $Author: bg $
# $Id: Imakefile,v 1.2 1994/09/07 16:15:38 bg 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}) */
