NetBSD/libexec/Makefile

14 lines
406 B
Makefile
Raw Normal View History

# $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 \
1998-12-17 18:15:27 +03:00
lfs_cleanerd mail.local makekey makewhatis rexecd rlogind rmail \
rshd rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld rpc.sprayd \
talkd telnetd tftpd uucpd
1993-03-21 12:45:37 +03:00
.if (${MACHINE_ARCH} != "alpha")
SUBDIR+=ld.elf_so
.endif
1993-03-21 12:45:37 +03:00
.include <bsd.subdir.mk>