summaryrefslogtreecommitdiff
path: root/libexec/Makefile
blob: 8db8b10e69a91754fdbf93cf1c2a2c5c67c51241 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$NetBSD: Makefile,v 1.33 1999/02/27 03:34:05 tv Exp $
#	@(#)Makefile	8.1 (Berkeley) 6/4/93

SUBDIR=	atrun comsat fingerd ftpd getNAME getty identd ld.aout_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

.if (${MACHINE_ARCH} != "alpha")
SUBDIR+=ld.elf_so
.endif

.include <bsd.subdir.mk>