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



               






                    
                 









                  
                  

               
                 




               
 



                     
                                             


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

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

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

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

.include <bsd.subdir.mk>