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

Annotation of src/libexec/Makefile, Revision 1.31

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

CVSweb <webmaster@jp.NetBSD.org>