head	1.4;
access;
symbols;
locks; strict;
comment	@# @;


1.4
date	94.12.07.16.45.49;	author ghudson;	state Exp;
branches;
next	1.3;

1.3
date	94.08.20.22.32.11;	author ghudson;	state Exp;
branches;
next	1.2;

1.2
date	94.05.12.15.55.59;	author brlewis;	state Exp;
branches;
next	1.1;

1.1
date	94.04.08.10.19.47;	author brlewis;	state Exp;
branches;
next	;


desc
@worked for NE version
@


1.4
log
@Added #ifdefs for NetBSD.
@
text
@/* 
 * Imakefile for Athenized Kerberized telnet
 *
 * $Author: ghudson $
 * $Id: Imakefile,v 1.3 1994/08/20 22:32:11 ghudson Exp ghudson $
 *
 * Copyright 1994 by the Massachusetts Institute of Technology.
 * For copying and distribution information, see the file
 * "mit-copyright.h".
 *
 */

#define ISUBDIRS tmac

#ifdef ultrix
PLATFORM=athena_ultrix.auth
#endif

#ifdef _AIX
PLATFORM=athena_aix.auth
#endif

#ifdef SOLARIS
PLATFORM=athena_solaris.auth
#endif

#ifdef hpux
PLATFORM=athena_hpux.auth
#endif

#ifdef linux
PLATFORM=athena_linux.auth
#endif

#ifdef __NetBSD__
PLATFORM=athena_netbsd.auth
#endif

all:: Config.local

Config.local: Config.local.sed
	sed 's|ATHENA_LCCFLAGS|${CFLAGS}|g' < Config.local.sed > Config.local

all::
	cd libtelnet; make ${PLATFORM} CC="${CC}"
	cd telnet; make ${PLATFORM} CC="${CC}"
	cd telnetd; make ${PLATFORM} CC="${CC}"

install_program(telnetd/telnetd,,${ATHRETCDIR})

install_program(telnet/telnet,,${ATHBINDIR})

install_man(telnetd/telnetd.8,telnetd.8)

install_man(telnet/telnet.1,telnet.1)
@


1.3
log
@Linux changes.
@
text
@d4 2
a5 2
 * $Author: brlewis $
 * $Id: Imakefile,v 1.2 94/05/12 15:55:59 brlewis Exp Locker: brlewis $
d33 4
@


1.2
log
@added installs
@
text
@d5 1
a5 1
 * $Id: Imakefile,v 1.1 94/04/08 10:19:47 brlewis Exp Locker: brlewis $
d13 2
d25 8
@


1.1
log
@Initial revision
@
text
@d4 2
a5 2
 * $Author$
 * $Id$
d34 8
@
