# $Source: /mit/kerberos/src/lib/knet/RCS/Imakefile,v $
# $Author: jtkohl $
# $Header: Imakefile,v 4.0 89/01/23 10:05:36 jtkohl Exp $
#
# Copyright 1987, 1988 by the Massachusetts Institute of Technology.
#
# For copying and distribution information,
# please see the file <mit-copyright.h>.
#
# Imakefile for knet library.

SRCS = \
	getkdata.c \
	phost.c \
	sendkdata.c 

OBJECTS	= \ 
	getkdata.o \
	phost.o \
	sendkdata.o

SRCDIR=$(SRCTOP)/lib/knet
CODE=$(SRCS) Imakefile

# XXX this should be in a configuration header file.
DEFINES=-DBSD42

library_obj_rule()

install_library_target(knet,$(OBJECTS),$(SRCS),${DES_LINTLIB} ${KRB_LINTLIB})
