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


1.7
date	94.05.13.22.31.04;	author md;	state Exp;
branches;
next	1.6;

1.6
date	94.04.27.18.37.22;	author roger;	state Exp;
branches;
next	1.5;

1.5
date	93.05.23.13.38.15;	author md;	state Exp;
branches;
next	1.4;

1.4
date	93.02.08.21.11.06;	author md;	state Exp;
branches;
next	1.3;

1.3
date	92.12.14.17.29.36;	author md;	state Exp;
branches;
next	1.2;

1.2
date	91.02.01.17.24.18;	author rayan;	state Exp;
branches;
next	1.1;

1.1
date	91.02.01.17.23.56;	author rayan;	state Exp;
branches;
next	;


desc
@reno
@


1.7
log
@Moved ftpcount and ftptar subdirectories to be within ftpd subdirectory.
@
text
@#	@@(#)Makefile	5.6 (Berkeley) 7/2/90

SUBDIR=	bugfiler comsat mail.local fingerd ftpd getNAME getty makekey rexecd \
	rlogind rshd talkd telnetd tftpd uucpd kpasswdd snklogin

.if   ${MACHINE} == "hp300"
SUBDIR+=gcc
.elif ${MACHINE} == "tahoe"
SUBDIR+=pcc
.elif ${MACHINE} == "vax"
SUBDIR+=pcc
.elif ${MACHINE} == "rt"
SUBDIR+=hccom
.endif

.include <bsd.subdir.mk>
@


1.6
log
@use mail.local, not delivermail.
@
text
@d3 2
a4 3
SUBDIR=	bugfiler comsat mail.local fingerd ftpd ftpcount ftptar getNAME \
	getty makekey rexecd rlogind rshd talkd telnetd tftpd uucpd kpasswdd \
	snklogin
@


1.5
log
@add snklogin to list of programs to build
@
text
@d3 1
a3 1
SUBDIR=	bugfiler comsat delivermail fingerd ftpd ftpcount ftptar getNAME \
@


1.4
log
@add ftpcount and ftptar to buidl directories.
@
text
@d4 2
a5 1
	getty makekey rexecd rlogind rshd talkd telnetd tftpd uucpd kpasswdd
@


1.3
log
@build kpasswdd by default, build hccom for rt's
@
text
@d3 2
a4 2
SUBDIR=	bugfiler comsat delivermail fingerd ftpd getNAME getty makekey \
	rexecd rlogind rshd talkd telnetd tftpd uucpd kpasswdd
@


1.2
log
@reno V2
@
text
@d1 1
a1 1
#	@@(#)Makefile	5.6.1.1 (Berkeley) 10/21/90
d4 1
a4 1
	rexecd rlogind rshd talkd telnetd tftpd uucpd
a5 2
#KERBEROS=kpasswdd

d12 2
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
#	@@(#)Makefile	5.6 (Berkeley) 7/2/90
d4 3
a6 1
	rexecd rlogind rshd talkd telnetd tftpd uucpd kpasswdd
@
