NetBSD/libexec/Makefile

16 lines
444 B
Makefile
Raw Normal View History

1993-08-01 09:37:30 +04:00
# from: @(#)Makefile 5.7 (Berkeley) 4/1/91
# $Id: Makefile,v 1.19 1996/12/16 20:01:34 cgd Exp $
.include <bsd.own.mk>
1993-03-21 12:45:37 +03:00
1994-07-07 23:17:25 +04:00
SUBDIR= atrun comsat fingerd ftpd getNAME getty identd lfs_cleanerd \
1994-06-24 11:45:03 +04:00
mail.local makekey makewhatis rexecd rlogind 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") && defined(ELF_TOOLCHAIN))
SUBDIR+= ld.elf_so
.endif
1993-03-21 12:45:37 +03:00
.include <bsd.subdir.mk>