2000-06-23 10:01:10 +04:00
|
|
|
# $NetBSD: Makefile,v 1.38 2000/06/23 06:01:14 thorpej 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 \
|
|
|
|
rpc.sprayd talkd telnetd tftpd uucpd
|
1998-12-30 18:07:08 +03:00
|
|
|
|
2000-06-23 10:01:10 +04:00
|
|
|
.if (${MKCRYPTO} != "no")
|
2000-06-20 10:00:24 +04:00
|
|
|
# Heimdal/KTH Kerberos
|
|
|
|
SUBDIR+= hprop hpropd kadmind kdc kfd 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>
|