NetBSD/libexec/Makefile

20 lines
530 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.47 2004/06/22 22:19:36 itojun Exp $
# @(#)Makefile 8.1 (Berkeley) 6/4/93
.include <bsd.own.mk>
SUBDIR= atrun comsat fingerd ftpd getNAME getty identd ld.aout_so \
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
.if (${MKKERBEROS} != "no")
# Heimdal/KTH Kerberos
SUBDIR+= hpropd kadmind kpasswdd
.endif
2004-06-22 19:41:54 +04:00
# PF
SUBDIR+=spamd spamd-setup ftp-proxy
2004-06-22 19:41:54 +04:00
1993-03-21 12:45:37 +03:00
.include <bsd.subdir.mk>