# $Source: /mit/kerberos/src/appl/tftp/RCS/Imakefile,v $
# $Author: steiner $
# $Header: Imakefile,v 4.1 89/01/24 15:00:44 steiner 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-authenticated TFTP.
#

SRCS= conn.c resolve_host.c srvr_cmds.c srvr_log.c tcom.c \
	tftp.c tftpd.c tmpnam.c udp.c user_cmds.c user_log.c \
	notice.h tftp.h conn.h srvr_cmds.h
SRCDIR=${SRCTOP}/appl/tftp
CODE=${SRCS} Imakefile
SOBJS=tftpd.o conn.o srvr_log.o srvr_cmds.o tmpnam.o udp.o
COBJS=tftp.o conn.o user_log.o user_cmds.o udp.o resolve_host.o

program_spinst(tftpd,${SOBJS},${KRB_LIBDEP} ${DES_LIBDEP}, \
	${KRB_LIB} ${DES_LIB},${ETCDIR}, -c -s -m 4555 -o ${DEF_UID})

program(tftp,${COBJS},${KRB_LIBDEP} ${DES_LIBDEP}, \
	${KRB_LIB} ${DES_LIB},${PROGDIR})

program_spinst(tcom,tcom.o,${KRB_LIBDEP} ${DES_LIBDEP}, \
	${KRB_LIB} ${DES_LIB},${PROGDIR}, -c -s -m 6555 -o ${DEF_UID})
