2004-11-11 11:54:51 +00:00
|
|
|
# $NetBSD: Makefile,v 1.49 2004/11/11 11:54:51 yamt Exp $
|
1997-10-08 09:07:11 +00:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
1996-12-16 20:01:34 +00:00
|
|
|
|
2000-06-23 06:01:10 +00:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
1999-02-27 03:34:05 +00:00
|
|
|
SUBDIR= atrun comsat fingerd ftpd getNAME getty identd ld.aout_so \
|
1999-03-15 23:32:56 +00:00
|
|
|
ld.elf_so lfs_cleanerd mail.local makekey makewhatis rexecd \
|
|
|
|
rlogind rmail rshd rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld \
|
2002-07-28 22:38:50 +00:00
|
|
|
rpc.sprayd talkd telnetd tftpd utmp_update uucpd
|
1998-12-30 15:07:08 +00:00
|
|
|
|
Split the notion of building Hesiod, Kerberos, S/key, and YP
infrastructure and using that infrastructure in programs.
* MKHESIOD, MKKERBEROS, MKSKEY, and MKYP control building
of the infratsructure (libraries, support programs, etc.)
* USE_HESIOD, USE_KERBEROS, USE_SKEY, and USE_YP control
building of support for using the corresponding API
in various libraries/programs that can use it.
As discussed on tech-toolchain.
2002-03-22 18:10:19 +00:00
|
|
|
.if (${MKKERBEROS} != "no")
|
2000-06-20 06:00:24 +00:00
|
|
|
# Heimdal/KTH Kerberos
|
2002-09-10 22:17:04 +00:00
|
|
|
SUBDIR+= hpropd kadmind kpasswdd
|
2000-06-23 06:01:10 +00:00
|
|
|
.endif
|
1999-08-06 22:49:06 +00:00
|
|
|
|
1993-03-21 09:45:37 +00:00
|
|
|
.include <bsd.subdir.mk>
|