2002-09-11 02:17:04 +04:00
|
|
|
# $NetBSD: Makefile,v 1.43 2002/09/10 22:17:04 joda Exp $
|
1997-10-08 13:07:11 +04:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
1996-12-16 23:01:34 +03:00
|
|
|
|
2000-06-23 10:01:10 +04:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
1999-02-27 06:34:05 +03:00
|
|
|
SUBDIR= atrun comsat fingerd ftpd getNAME getty identd ld.aout_so \
|
1999-03-16 02:32:56 +03:00
|
|
|
ld.elf_so lfs_cleanerd mail.local makekey makewhatis rexecd \
|
|
|
|
rlogind rmail rshd rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld \
|
2002-07-29 02:38:50 +04:00
|
|
|
rpc.sprayd talkd telnetd tftpd utmp_update uucpd
|
1998-12-30 18:07:08 +03: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 21:10:19 +03:00
|
|
|
.if (${MKKERBEROS} != "no")
|
2000-06-20 10:00:24 +04:00
|
|
|
# Heimdal/KTH Kerberos
|
2002-09-11 02:17:04 +04:00
|
|
|
SUBDIR+= hpropd kadmind kpasswdd
|
2000-06-23 10:01:10 +04:00
|
|
|
.endif
|
1999-08-07 02:49:06 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
.include <bsd.subdir.mk>
|