Home | History | Annotate | Line # | Download | only in usr.bin
Makefile revision 1.105
      1  1.105   thorpej #	$NetBSD: Makefile,v 1.105 1999/07/12 22:11:37 thorpej Exp $
      2   1.68     mikel #	from: @(#)Makefile	8.3 (Berkeley) 1/7/94
      3   1.63       cgd 
      4  1.105   thorpej SRCTOP=	..
      5  1.105   thorpej .include <bsd.crypto.mk>
      6    1.1       cgd 
      7  1.105   thorpej SUBDIR=	apply apropos asa at audio banner basename biff \
      8  1.102        ad 	bzip2 bzip2recover cal calendar cap_mkdb cdplay checknr chflags \
      9  1.102        ad 	chpass cksum cmp col colcrt colrm column comm compress \
     10  1.103    simonb 	crontab crunch ctags cut dirname du eject elf2aout elf2ecoff env \
     11   1.91       mrg 	error expand false fdformat fgen file find finger fmt fold fpr \
     12   1.96     lukem 	from fsplit fstat ftp gencat getconf getopt gprof head hesinfo \
     13  1.104   darrenr 	hexdump id indent innetgr ipcrm ipcs join jot kdump ktrace ktruss \
     14   1.92        pk 	lam last lastcomm ldd leave less lex locate lock \
     15   1.75     perry 	logger login logname look lorder m4 machine mail \
     16   1.85  augustss 	make man menuc mesg midiplay mixerctl mkdep mkfifo mkstr modstat \
     17   1.99  christos 	msgc msgs netgroup netstat newsyslog nfsstat nice nl nohup pagesize \
     18   1.75     perry 	passwd paste patch pr printenv printf quota rdist \
     19   1.75     perry 	renice rev rlogin rpcgen rpcinfo rs rsh rup \
     20   1.76      fair 	ruptime rusers rwall rwho script sed shar shlock \
     21   1.87     perry 	showmount shuffle skey skeyinfo skeyinit soelim split \
     22   1.84    scottr 	su systat tail talk tcopy tee telnet tftp time \
     23   1.97    simonb 	tip tn3270 top touch tput tr true tset tsort tty ul \
     24   1.83  augustss 	uname unexpand unifdef uniq units unvis usbhidctl users \
     25   1.75     perry 	uudecode uuencode vacation vgrind vi vis vmstat w \
     26   1.75     perry 	wall wc what whatis whereis which who whois window \
     27   1.75     perry 	write xargs xinstall xlint xstr yacc yes ypcat \
     28   1.75     perry 	ypmatch ypwhich
     29  1.105   thorpej 
     30  1.105   thorpej .if defined(CRYPTOPATH)
     31  1.105   thorpej .include "${CRYPTOPATH}/usr.bin/Makefile.frag"
     32  1.105   thorpej .endif
     33    1.1       cgd 
     34    1.1       cgd .include <bsd.subdir.mk>
     35