2009-01-19 10:08:14 +03:00
|
|
|
# $NetBSD: Makefile,v 1.59 2009/01/19 07:08:27 jmmv 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>
|
|
|
|
|
2008-08-17 03:51:15 +04:00
|
|
|
SUBDIR= atrun \
|
2007-11-12 18:00:00 +03:00
|
|
|
comsat fingerd ftpd getNAME getty httpd identd ld.aout_so \
|
1999-03-16 02:32:56 +03:00
|
|
|
ld.elf_so lfs_cleanerd mail.local makekey makewhatis rexecd \
|
2006-11-12 04:27:29 +03:00
|
|
|
rlogind rshd rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld \
|
2006-11-16 03:49:20 +03:00
|
|
|
rpc.sprayd talkd telnetd tftpd utmp_update
|
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
|
2008-03-22 11:36:48 +03:00
|
|
|
SUBDIR+= hpropd kadmind kpasswdd ipropd-master ipropd-slave
|
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>
|