/**/# Copyright 1988 Massachusetts Institute of Technology. /**/# /**/# For copying and distribution information, see the file /**/# "mit-copyright.h". /**/# /**/# $Source$ /**/# $Author$ /**/# $Header$ /**/# #define have_subdirs #define no_curdir_lint #ifdef DO_SYSLOG SYSLOGD= syslogd #else /* !DO_SYSLOG */ SYSLOGD= #endif #if defined(HESIOD) && defined(KERBEROS) ZMAILNOTIFY= zmailnotify #else /* !HESIOD || !KERBEROS */ /* zmailnotify will only compile properly with Hesiod and Kerberos, so there is no sense in building it when either is not in use. */ ZMAILNOTIFY= #endif /* HESIOD && KERBEROS */ SUBDIRS = zaway zctl zinit zleave zlocate \ $(ZMAILNOTIFY) znol zpopnotify zshutdown_notify zstat zwrite $(SYSLOGD) #ifdef OLD_ATHENA_COMPAT SHELLSCRIPTS= zlogout zhide zwgc install_shell_scripts(SHELLSCRIPTS, $(CLIENTDIR)) install:: rm -f ${DESTDIR}/usr/athena/zlogin ln -s zlogout ${DESTDIR}/usr/athena/zlogin #endif