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


               
                






                    
                         
                 
                  
              




               
               
             
               
            
               
             
                  

               
                 



               
              
                 
               
 


                             
 

                          

                
                        

.include <src.opts.mk>

SUBDIR= cat \
	chflags \
	chio \
	chmod \
	cp \
	cpuset \
	date \
	dd \
	df \
	domainname \
	echo \
	ed \
	expr \
	freebsd-version \
	getfacl \
	hostname \
	kenv \
	kill \
	ln \
	ls \
	mkdir \
	mv \
	nproc \
	pax \
	pkill \
	ps \
	pwait \
	pwd \
	realpath \
	rm \
	rmdir \
	setfacl \
	sh \
	sleep \
	stty \
	sync \
	test \
	timeout \
	uuidgen

SUBDIR.${MK_SENDMAIL}+=	rmail
SUBDIR.${MK_TCSH}+=	csh
SUBDIR.${MK_TESTS}+=	tests

.include <bsd.arch.inc.mk>

SUBDIR_PARALLEL=

.include <bsd.subdir.mk>