2022-06-06 13:56:27 +03:00
|
|
|
# $NetBSD: Makefile,v 1.64 2022/06/06 10:56:28 nia 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 \
|
2022-06-06 13:56:27 +03:00
|
|
|
comsat fingerd ftpd getty httpd identd ld.aout_so \
|
|
|
|
ld.elf_so lfs_cleanerd mail.local makekey rexecd \
|
2006-11-12 04:27:29 +03:00
|
|
|
rlogind rshd rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld \
|
2022-06-06 13:56:27 +03:00
|
|
|
rpc.sprayd talkd telnetd tftpd utmp_update
|
2022-05-27 10:28:20 +03:00
|
|
|
|
2012-02-07 23:13:24 +04:00
|
|
|
.if ${MKMAKEMANDB} == "no"
|
|
|
|
SUBDIR+= getNAME makewhatis
|
|
|
|
.endif
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
.include <bsd.subdir.mk>
|