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

Annotation of src/libexec/Makefile, Revision 1.14

1.1       deraadt     1: #      from: @(#)Makefile      5.7 (Berkeley) 4/1/91
1.14    ! beck        2: #      $OpenBSD: Makefile,v 1.13 1997/08/19 08:30:45 niklas Exp $
1.5       deraadt     3:
                      4: .include <bsd.own.mk>
1.1       deraadt     5:
1.9       tholo       6: SUBDIR=        atrun comsat fingerd ftpd getNAME getty identd \
1.13      niklas      7:        mail.local makewhatis rexecd rlogind rshd \
1.3       deraadt     8:        rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld rpc.sprayd \
1.14    ! beck        9:        talkd tcpd telnetd tftpd uucpd smtpd
1.5       deraadt    10:
1.11      millert    11: .if (${YP} == "yes")
1.7       deraadt    12: SUBDIR+=rpc.yppasswdd
1.5       deraadt    13: .endif
1.1       deraadt    14:
                     15: .include <bsd.subdir.mk>