aboutsummaryrefslogblamecommitdiff
path: root/libexec/Makefile
blob: 74cc6d8fb27f02bcf9c00cdc5a2114dafc3af74a (plain) (tree)
1
2
3
4
5
6
7
8
9
                                             
           
 
                      
 

                   
                
                    
                    

                             

                 
               
                    
                        
                     
                    

                     
                     
                     
                    


                     
                  
                      
                      
                   
               
              
                     
                   
               
                        
                     

                 



                     



                        



                      
                         



                                       



                        
                     


                       
 



                          
                    
                          

      
                                         
                        
      
 
                       
                       


                    
                          
                          




                        

      

                       
                     

      
                        
#	@(#)Makefile	8.1 (Berkeley) 6/4/93
# $FreeBSD$

.include <src.opts.mk>

SUBDIR=	${_atf} \
	${_atrun} \
	bootpd \
	${_casper} \
	${_comsat} \
	${_dma} \
	${_dma-mbox-create} \
	fingerd \
	ftpd \
	getty \
	${_hyperv} \
	${_mail.local} \
	${_mknetid} \
	${_pppoed} \
	rbootd \
	revnetgroup \
	${_rlogind} \
	rpc.rquotad \
	rpc.rstatd \
	rpc.rusersd \
	rpc.rwalld \
	rpc.sprayd \
	${_rshd} \
	${_rtld-elf} \
	save-entropy \
	${_smrsh} \
	talkd \
	tcpd \
	${_telnetd} \
	${_tests} \
	tftpd \
	${_tftp-proxy} \
	ulog-helper \
	${_ypxfr}

.if ${MK_AT} != "no"
_atrun=		atrun
.endif

.if ${MK_CASPER} != "no"
_casper=	casper
.endif

.if ${MK_MAIL} != "no"
_comsat=	comsat
.endif

.if ${MK_DMAGENT} != "no"
_dma=		dma
_dma-mbox-create=	dma-mbox-create
.endif

.if ${MK_HYPERV} != "no"
_hyperv=	hyperv
.endif

.if ${MK_NIS} != "no"
_mknetid=	mknetid
_ypxfr=		ypxfr
.endif

.if ${MK_NETGRAPH} != "no"
_pppoed=	pppoed
.endif

.if ${MK_PF} != "no"
_tftp-proxy=	tftp-proxy
.endif

.if !defined(NO_PIC) && !defined(NO_RTLD)
_rtld-elf=	rtld-elf
.endif

.if ${MK_RCMDS} != "no"
_rlogind=	rlogind
_rshd=		rshd
.endif

.if ${MK_SENDMAIL} != "no"
_mail.local=	mail.local
_smrsh=		smrsh
.endif

.if ${MK_TELNET} != "no"
_telnetd=	telnetd
.endif

.if ${MK_TESTS} != "no"
_atf=		atf
_tests=		tests
.endif

.include <bsd.subdir.mk>