# $Source: /mit/kerberos/src/appl/knetd/RCS/Imakefile,v $
# $Author: jtkohl $
# $Header: Imakefile,v 4.0 89/01/23 09:52:44 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 knetd demultiplexor
#	Derived from licensed BSD code; therefore source license is required.

#
# Options:
#
# VFS is used for kernels with Sun's vfs code; it re-wrote the quota stuff
# ATHENA allows remote users to rsh to the users-id defaul when no
#	kerberos auth is in use

DBG	=
SRCDIR=${SRCTOP}/appl/knetd
LIBS=

SRCS=knetd.c parse.c knetd.h
CODE=${SRCS} Imakefile

program(knetd,parse.o knetd.o,,${LIBS},${DAEMDIR})
