# $Source: /afs/rel-eng.athena.mit.edu/project/release/current/source/athena/athena.lib/kerberos/appl/knetd/RCS/Imakefile,v $
# $Author: probe $
# $Header: /afs/rel-eng.athena.mit.edu/project/release/current/source/athena/athena.lib/kerberos/appl/knetd/RCS/Imakefile,v 4.1 91/05/27 15:28:56 probe 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

DEFINES= -DCONFIG=\"$(CONFDIR)/knetd.conf\"

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