1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94 2# $FreeBSD$ 3 4.include <bsd.own.mk> 5 6# XXX MISSING: deroff diction graph learn plot 7# spell spline struct xsend 8# XXX Use GNU versions: apropos bc dc diff grep ld man patch whatis 9# Moved to secure: bdes 10# 11 12SUBDIR= alias \ 13 apply \ 14 ${_ar} \ 15 asa \ 16 at \ 17 ${_atm} \ 18 awk \ 19 banner \ 20 basename \ 21 biff \ 22 ${_bluetooth} \ 23 brandelf \ 24 bsdiff \ 25 bzip2 \ 26 bzip2recover \ 27 ${_c89} \ 28 ${_c99} \ 29 ${_calendar} \ 30 cap_mkdb \ 31 ${_catman} \ 32 chat \ 33 checknr \ 34 ${_chkey} \ 35 chpass \ 36 cksum \ 37 cmp \ 38 col \ 39 colcrt \ 40 colldef \ 41 colrm \ 42 column \ 43 comm \ 44 compile_et \ 45 compress \ 46 cpuset \ 47 csplit \ 48 ${_csup} \ 49 ctags \ 50 cut \ 51 ${_dig} \ 52 dirname \ 53 du \ 54 ee \ 55 elf2aout \ 56 elfdump \ 57 enigma \ 58 env \ 59 expand \ 60 false \ 61 fetch \ 62 file \ 63 file2c \ 64 find \ 65 finger \ 66 fmt \ 67 fold \ 68 from \ 69 fstat \ 70 fsync \ 71 ftp \ 72 gcore \ 73 gencat \ 74 getconf \ 75 getent \ 76 getopt \ 77 ${_gprof} \ 78 gzip \ 79 head \ 80 ${_hesinfo} \ 81 hexdump \ 82 ${_host} \ 83 id \ 84 indent \ 85 ipcrm \ 86 ipcs \ 87 join \ 88 jot \ 89 kdump \ 90 keylogin \ 91 keylogout \ 92 killall \ 93 ktrace \ 94 ktrdump \ 95 lam \ 96 last \ 97 lastcomm \ 98 ldd \ 99 leave \ 100 less \ 101 lessecho \ 102 lesskey \ 103 ${_lex} \ 104 limits \ 105 locale \ 106 locate \ 107 lock \ 108 lockf \ 109 logger \ 110 login \ 111 logins \ 112 logname \ 113 look \ 114 lorder \ 115 lsvfs \ 116 m4 \ 117 mail \ 118 make \ 119 makewhatis \ 120 mesg \ 121 minigzip \ 122 ministat \ 123 mkdep \ 124 mkfifo \ 125 mklocale \ 126 mkstr \ 127 mktemp \ 128 mkuzip \ 129 msgs \ 130 mt \ 131 ${_nc} \ 132 ncal \ 133 ${_ncplist} \ 134 ${_ncplogin} \ 135 netstat \ 136 newgrp \ 137 ${_newkey} \ 138 nfsstat \ 139 nice \ 140 nl \ 141 nohup \ 142 ${_nslookup} \ 143 ${_nsupdate} \ 144 opieinfo \ 145 opiekey \ 146 opiepasswd \ 147 pagesize \ 148 passwd \ 149 paste \ 150 pathchk \ 151 pkill \ 152 pr \ 153 printenv \ 154 printf \ 155 procstat \ 156 quota \ 157 renice \ 158 rev \ 159 ${_rlogin} \ 160 rpcgen \ 161 rpcinfo \ 162 rs \ 163 ${_rsh} \ 164 rup \ 165 ruptime \ 166 rusers \ 167 rwall \ 168 rwho \ 169 script \ 170 sed \ 171 shar \ 172 showmount \ 173 ${_smbutil} \ 174 sockstat \ 175 split \ 176 stat \ 177 su \ 178 systat \ 179 tabs \ 180 tail \ 181 talk \ 182 tar \ 183 tcopy \ 184 tee \ 185 telnet \ 186 tftp \ 187 time \ 188 tip \ 189 top \ 190 touch \ 191 tput \ 192 tr \ 193 true \ 194 truncate \ 195 ${_truss} \ 196 tset \ 197 tsort \ 198 tty \ 199 ul \ 200 uname \ 201 unexpand \ 202 unifdef \ 203 uniq \ 204 units \ 205 unvis \ 206 ${_usbhidaction} \ 207 ${_usbhidctl} \ 208 users \ 209 uudecode \ 210 uuencode \ 211 ${_vacation} \ 212 vgrind \ 213 vi \ 214 vis \ 215 vmstat \ 216 w \ 217 wall \ 218 wc \ 219 what \ 220 whereis \ 221 which \ 222 who \ 223 whois \ 224 window \ 225 write \ 226 xargs \ 227 xinstall \ 228 ${_xlint} \ 229 xstr \ 230 ${_yacc} \ 231 yes \ 232 ${_ypcat} \ 233 ${_ypmatch} \ 234 ${_ypwhich} 235 236.if ${MACHINE_ARCH} != "arm" 237_truss= truss 238.endif 239 240.if ${MK_ATM} != "no" 241_atm= atm 242.endif 243 244.if ${MK_MAN} != "no" 245_catman= catman 246.endif 247 248.if ${MK_BIND_UTILS} != "no" 249_dig= dig 250_host= host 251_nslookup= nslookup 252_nsupdate= nsupdate 253.endif 254 255.if ${MK_BLUETOOTH} != "no" 256_bluetooth= bluetooth 257.endif 258 259.if ${MK_CALENDAR} != "no" 260_calendar= calendar 261.endif 262 263.if ${MK_OPENSSL} != "no" 264_chkey= chkey 265_newkey= newkey 266.if ${MK_LIBTHR} != "no" 267_csup= csup 268.endif 269.endif 270 271.if ${MK_HESIOD} != "no" 272_hesinfo= hesinfo 273.endif 274 275.if ${MK_NETCAT} != "no" 276_nc= nc 277.endif 278 279.if ${MK_NIS} != "no" 280_ypcat= ypcat 281_ypmatch= ypmatch 282_ypwhich= ypwhich 283.endif 284 285.if ${MK_RCMDS} != "no" 286_rlogin= rlogin 287_rsh= rsh 288.endif 289 290.if ${MK_SENDMAIL} != "no" 291_vacation= vacation 292.endif 293 294.if ${MK_TOOLCHAIN} != "no" 295_ar= ar 296_c89= c89 297_c99= c99 298_gprof= gprof 299_lex= lex 300_xlint= xlint 301_yacc= yacc 302.endif 303 304.if ${MK_USB} != "no" 305_usbhidaction= usbhidaction 306_usbhidctl= usbhidctl 307.endif 308 309.if ${MACHINE_ARCH} == "i386" 310.if ${MK_NCP} != "no" 311_ncplist= ncplist 312_ncplogin= ncplogin 313.endif 314_smbutil= smbutil 315.endif 316 317.if ${MACHINE_ARCH} == "ia64" 318_smbutil= smbutil 319.endif 320 321.if ${MACHINE_ARCH} == "amd64" 322.if ${MK_NCP} != "no" 323_ncplist= ncplist 324_ncplogin= ncplogin 325.endif 326_smbutil= smbutil 327.endif 328 329.if ${MACHINE_ARCH} == "powerpc" 330_smbutil= smbutil 331.endif 332 333.include <bsd.subdir.mk> 334