NetBSD/libexec/Makefile

19 lines
507 B
Makefile
Raw Normal View History

2007-05-28 16:06:17 +04:00
# $NetBSD: Makefile,v 1.52 2007/05/28 12:06:22 tls Exp $
# @(#)Makefile 8.1 (Berkeley) 6/4/93
.include <bsd.own.mk>
2007-05-28 16:06:17 +04:00
USE_FORT?= yes # network server
SUBDIR= atrun comsat fingerd ftpd getNAME getty identd ld.aout_so \
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
.if (${MKKERBEROS} != "no")
# Heimdal/KTH Kerberos
SUBDIR+= hpropd kadmind kpasswdd
.endif
1993-03-21 12:45:37 +03:00
.include <bsd.subdir.mk>