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 12.include <bsd.own.mk> 13 14SUBDIR= alias \ 15 apply \ 16 asa \ 17 at \ 18 ${_atm} \ 19 awk \ 20 banner \ 21 basename \ 22 biff \ 23 ${_bluetooth} \ 24 brandelf \ 25 bsdiff \ 26 bzip2 \ 27 bzip2recover \ 28 ${_c89} \ 29 ${_c99} \ 30 ${_calendar} \ 31 cap_mkdb \ 32 ${_catman} \ 33 chat \ 34 checknr \ 35 ${_chkey} \ 36 chpass \ 37 cksum \ 38 cmp \ 39 col \ 40 colcrt \ 41 colldef \ 42 colrm \ 43 column \ 44 comm \ 45 compile_et \ 46 compress \ 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 mkdep \ 123 mkfifo \ 124 mklocale \ 125 mkstr \ 126 mktemp \ 127 mkuzip \ 128 msgs \ 129 mt \ 130 ${_nc} \ 131 ncal \ 132 ${_ncplist} \ 133 ${_ncplogin} \ 134 netstat \ 135 newgrp \ 136 ${_newkey} \ 137 nfsstat \ 138 nice \ 139 nl \ 140 nohup \ 141 ${_nslookup} \ 142 ${_nsupdate} \ 143 opieinfo \ 144 opiekey \ 145 opiepasswd \ 146 pagesize \ 147 passwd \ 148 paste \ 149 pathchk \ 150 pkill \ 151 pr \ 152 printenv \ 153 printf \ 154 quota \ 155 renice \ 156 rev \ 157 ${_rlogin} \ 158 rpcgen \ 159 rpcinfo \ 160 rs \ 161 ${_rsh} \ 162 rup \ 163 ruptime \ 164 rusers \ 165 rwall \ 166 rwho \ 167 script \ 168 sed \ 169 shar \ 170 showmount \ 171 ${_smbutil} \ 172 sockstat \ 173 split \ 174 stat \ 175 su \ 176 systat \ 177 tabs \ 178 tail \ 179 talk \ 180 tar \ 181 tcopy \ 182 tee \ 183 telnet \ 184 tftp \ 185 time \ 186 tip \ 187 top \ 188 touch \ 189 tput \ 190 tr \ 191 true \ 192 truncate \ 193 ${_truss} \ 194 tset \ 195 tsort \ 196 tty \ 197 ul \ 198 uname \ 199 unexpand \ 200 unifdef \ 201 uniq \ 202 units \ 203 unvis \ 204 ${_usbhidaction} \ 205 ${_usbhidctl} \ 206 users \ 207 uudecode \ 208 uuencode \ 209 uuidgen \ 210 ${_vacation} \ 211 vgrind \ 212 vi \ 213 vis \ 214 vmstat \ 215 w \ 216 wall \ 217 wc \ 218 what \ 219 whereis \ 220 which \ 221 who \ 222 whois \ 223 window \ 224 write \ 225 xargs \ 226 xinstall \ 227 ${_xlint} \ 228 xstr \ 229 ${_yacc} \ 230 yes \ 231 ${_ypcat} \ 232 ${_ypmatch} \ 233 ${_ypwhich} 234 235.if ${MACHINE_ARCH} != "arm" 236_truss= truss 237.endif 238 239.if ${MK_ATM} != "no" 240_atm= atm 241.endif 242 243.if ${MK_MAN} != "no" 244_catman= catman 245.endif 246 247.if ${MK_BIND_UTILS} != "no" 248_dig= dig 249_host= host 250_nslookup= nslookup 251_nsupdate= nsupdate 252.endif 253 254.if ${MK_BLUETOOTH} != "no" 255_bluetooth= bluetooth 256.endif 257 258.if ${MK_CALENDAR} != "no" 259_calendar= calendar 260.endif 261 262.if ${MK_OPENSSL} != "no" 263_chkey= chkey 264_newkey= newkey 265.if ${MK_LIBTHR} != "no" || \ 266 (${MACHINE_ARCH} != "sparc64" && ${MK_LIBPTHREAD} != "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_c89= c89 296_c99= c99 297_gprof= gprof 298_lex= lex 299_xlint= xlint 300_yacc= yacc 301.endif 302 303.if ${MK_USB} != "no" 304_usbhidaction= usbhidaction 305_usbhidctl= usbhidctl 306.endif 307 308.if ${MACHINE_ARCH} == "i386" 309.if ${MK_NCP} != "no" 310_ncplist= ncplist 311_ncplogin= ncplogin 312.endif 313_smbutil= smbutil 314.endif 315 316.if ${MACHINE_ARCH} == "ia64" 317_smbutil= smbutil 318.endif 319 320.if ${MACHINE_ARCH} == "amd64" 321.if ${MK_NCP} != "no" 322_ncplist= ncplist 323_ncplogin= ncplogin 324.endif 325_smbutil= smbutil 326.endif 327 328.if ${MACHINE_ARCH} == "powerpc" 329_smbutil= smbutil 330.endif 331 332.include <bsd.subdir.mk> 333