[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / libexec

Annotation of src/libexec/Makefile, Revision 1.8

1.1       deraadt     1: #      from: @(#)Makefile      5.7 (Berkeley) 4/1/91
1.8     ! downsj      2: #      $OpenBSD$
1.5       deraadt     3:
                      4: .include <bsd.own.mk>
1.1       deraadt     5:
1.8     ! downsj      6: SUBDIR=        atrun compile_et comsat fingerd ftpd getNAME getty identd \
        !             7:        lfs_cleanerd mail.local makewhatis rexecd rlogind rshd rpc.lockd \
1.3       deraadt     8:        rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld rpc.sprayd \
1.5       deraadt     9:        talkd telnetd tftpd uucpd
                     10:
                     11: .if defined(YP)
1.7       deraadt    12: SUBDIR+=rpc.yppasswdd
1.5       deraadt    13: .endif
1.1       deraadt    14:
                     15: .include <bsd.subdir.mk>