[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / kerberosIV

File: [local] / src / kerberosIV / Attic / Makefile (download)

Revision 1.1.1.1 (vendor branch), Thu Dec 14 06:52:32 1995 UTC (28 years, 6 months ago) by tholo
Branch: KTH/tholo
CVS Tags: initial
Changes since 1.1: +0 -0 lines

Kerberos IV code, based on a merge of fixed code from KTH and original
4.4BSD Lite code (international edition).  Provides all functionality
from the original 4.4BSD code plus standard Kerberos elements that were
omitted in the 4.4BSD code.

#	from @(#)Makefile	5.1 (Berkeley) 6/25/90
#	$Id: Makefile,v 1.1.1.1 1995/12/14 06:52:32 tholo Exp $

# do compile_et and mk_cmds first, used by other directories

.ifmake install
SUBDIR=	include
.else
SUBDIR=	compile_et mk_cmds
.endif

SUBDIR+=acl com_err des krb kadm kafs kdb ss

SUBDIR+=ext_srvtab kadmin kadmind kdb_destroy kdb_edit kdb_init kdb_util \
	kdestroy kerberos kinit klist kpasswdd kprop kpropd ksrvtgt ksrvutil \
	kstash make_keypair register registerd

SUBDIR+=man

.include <bsd.subdir.mk>