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

                       




                  
                  





                  
               










                    




                 
                
             
                







                
              
               
               
             
                  
                
                    
                 
                
               
              
                 







                 
              






                   


                  
             
               


                  














                 

                  




                  
              
            
















                    















                   
                  



                  
                

              




               




               
                  
               









                  
                   






                  
                


















                  
 


                                                                  
                                                                


              
                     
             
                   



                  
                             
                                                          
            
                
               
                
                 
                  




                 
             
      
 



                              
                        
#	From: @(#)Makefile	8.3 (Berkeley) 1/7/94
# $FreeBSD$

# XXX MISSING:		deroff diction graph learn plot
#			spell spline struct xsend
# XXX broken:		tconv
# XXX Use GNU versions: apropos bc dc diff grep ld man patch ptx uucp whatis
# Moved to secure: bdes
#
SUBDIR=	apply \
	at \
	banner \
	basename \
	biff \
	brandelf \
	c89 \
	calendar \
	cap_mkdb \
	chat \
	checknr \
	chflags \
	chkey \
	chpass \
	cksum \
	cmp \
	col \
	colcrt \
	colldef \
	colrm \
	column \
	comm \
	compile_et \
	compress \
	ctags \
	cut \
	dirname \
	du \
	ee \
	enigma \
	env \
	expand \
	false \
	fetch \
	file \
	file2c \
	find \
	finger \
	fmt \
	fold \
	from \
	fstat \
	fsync \
	ftp \
	genassym \
	gencat \
	gensetdefs \
	getconf \
	getopt \
	gprof \
	head \
	hesinfo \
	hexdump \
	id \
	indent \
	ipcrm \
	ipcs \
	join \
	jot \
	kdump \
	kenv \
	key \
	keyinfo \
	keyinit \
	keylogin \
	keylogout \
	killall \
	ktrace \
	lam \
	last \
	lastcomm \
	ldd \
	leave \
	less \
	lessecho \
	lesskey \
	lex \
	limits \
	locate \
	lock \
	lockf \
	logger \
	login \
	logname \
	look \
	lorder \
	lsvfs \
	m4 \
	mail \
	make \
	mesg \
	minigzip \
	mk_cmds \
	mkdep \
	mkfifo \
	mklocale \
	mkstr \
	mktemp \
	msgs \
	mt \
	ncal \
	netstat \
	newkey \
	nfsstat \
	nice \
	nohup \
	objformat \
	opieinfo \
	opiekey \
	opiepasswd \
	pagesize \
	passwd \
	paste \
	pr \
	printenv \
	printf \
	quota \
	renice \
	rev \
	rlogin \
	rpcgen \
	rpcinfo \
	rs \
	rsh \
	rup \
	ruptime \
	rusers \
	rwall \
	rwho \
	script \
	sed \
	shar \
	showmount \
	sockstat \
	soelim \
	split \
	su \
	symorder \
	systat \
	tail \
	talk \
	tcopy \
	tee \
	tftp \
	time \
	tip \
	top \
	touch \
	tput \
	tr \
	true \
	truncate \
	truss \
	tset \
	tsort \
	tty \
	ul \
	uname \
	unexpand \
	unifdef \
	uniq \
	units \
	unvis \
	usbhidctl \
	users \
	uudecode \
	uuencode \
	vacation \
	vgrind \
	vi \
	vis \
	vmstat \
	w \
	wall \
	wc \
	what \
	whereis \
	which \
	who \
	whois \
	window \
	write \
	xargs \
	xinstall \
	xlint \
	xstr \
	yacc \
	yes \
	ypcat \
	ypmatch \
	ypwhich

.if defined(RELEASEDIR) || (!exists(${.CURDIR}/../kerberosIV) && \
    !exists(${.CURDIR}/../secure)) || defined(NOCRYPT) || \
    !defined(MAKE_KERBEROS4)
# Releases need both this non-crypt telnet and the crypt telnet.
SUBDIR+=telnet
.endif

.if !defined(NO_BIND)
SUBDIR+=dig \
	dnskeygen \
	dnsquery \
	host
.endif

.if ${MACHINE_ARCH} == "i386"
# Things that don't compile on alpha or are aout specific:
SUBDIR+=ar \
	doscmd \
	gcore \
	gprof4 \
	ncplist \
	ncplogin \
	nm \
	ranlib \
	sasc \
	size \
	strings \
	strip
.endif

.if ${MACHINE_ARCH} == "alpha"
SUBDIR+=uac
.endif

.include <bsd.subdir.mk>