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


               






                    
                 
                  
              







               
                  

               
                 




               
 



                       



                     
                         


             
                        
#	From: @(#)Makefile	8.1 (Berkeley) 5/31/93
# $FreeBSD$

SUBDIR= cat \
	chflags \
	chio \
	chmod \
	cp \
	date \
	dd \
	df \
	domainname \
	echo \
	ed \
	expr \
	getfacl \
	hostname \
	kenv \
	kill \
	ln \
	ls \
	mkdir \
	mv \
	pax \
	ps \
	pwd \
	realpath \
	rm \
	rmdir \
	setfacl \
	sh \
	sleep \
	stty \
	sync \
	test

.if !defined(NO_RCMNDS)
SUBDIR+=rcp
.endif

.if !defined(NO_TCSH)
SUBDIR+=csh
.endif

.if !defined(NO_SENDMAIL)
SUBDIR+=rmail
.endif

.include <bsd.subdir.mk>