NetBSD/libexec/Makefile
scottr 8f01a044f4 Unlike other domestic bits, telnet and telnetd are never built as a part
of the domestic build process.  No domestic program actually builds its
own man pages but instead relies on those built in the exportable tree.
The result is missing telnet(1) and telnet(8) pages.

Fix this problem descending into the telnet and telnetd directories
regardless of whether we're doing an exportable build or not.  Once there,
we generate only the man pages if we're building a non-exportable system.
1998-07-22 22:30:07 +00:00

12 lines
399 B
Makefile

# $NetBSD: Makefile,v 1.29 1998/07/22 22:30:07 scottr Exp $
# @(#)Makefile 8.1 (Berkeley) 6/4/93
.include <bsd.own.mk> # for EXPORTABLE_SYSTEM
SUBDIR= atrun comsat fingerd ftpd getNAME getty identd 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
.include <bsd.subdir.mk>