[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / libexec

Annotation of src/libexec/Makefile, Revision 1.33

1.33    ! tv          1: #      $NetBSD: Makefile,v 1.32 1999/02/12 17:17:57 tv Exp $
1.27      mrg         2: #      @(#)Makefile    8.1 (Berkeley) 6/4/93
1.19      cgd         3:
1.33    ! tv          4: SUBDIR=        atrun comsat fingerd ftpd getNAME getty identd ld.aout_so \
1.30      pk          5:        lfs_cleanerd mail.local makekey makewhatis rexecd rlogind rmail \
                      6:        rshd rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld rpc.sprayd \
                      7:        talkd telnetd tftpd uucpd
1.31      tv          8:
1.32      tv          9: .if (${MACHINE_ARCH} != "alpha")
                     10: SUBDIR+=ld.elf_so
1.31      tv         11: .endif
1.1       cgd        12:
                     13: .include <bsd.subdir.mk>

CVSweb <webmaster@jp.NetBSD.org>