Makefile revision 1.48
1# $NetBSD: Makefile,v 1.48 2004/06/25 16:34:45 itojun Exp $ 2# @(#)Makefile 8.1 (Berkeley) 6/4/93 3 4.include <bsd.own.mk> 5 6SUBDIR= atrun comsat fingerd ftpd getNAME getty identd ld.aout_so \ 7 ld.elf_so lfs_cleanerd mail.local makekey makewhatis rexecd \ 8 rlogind rmail rshd rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld \ 9 rpc.sprayd talkd telnetd tftpd utmp_update uucpd 10 11.if (${MKKERBEROS} != "no") 12# Heimdal/KTH Kerberos 13SUBDIR+= hpropd kadmind kpasswdd 14.endif 15 16# PF 17SUBDIR+=spamd spamd-setup ftp-proxy spamlogd 18 19.include <bsd.subdir.mk> 20