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 getopt \ 76 ${_gprof} \ 77 head \ 78 ${_hesinfo} \ 79 hexdump \ 80 ${_host} \ 81 id \ 82 indent \ 83 ipcrm \ 84 ipcs \ 85 join \ 86 jot \ 87 kdump \ 88 keylogin \ 89 keylogout \ 90 killall \ 91 ktrace \ 92 ktrdump \ 93 lam \ 94 last \ 95 lastcomm \ 96 ldd \ 97 leave \ 98 less \ 99 lessecho \ 100 lesskey \ 101 ${_lex} \ 102 limits \ 103 locale \ 104 locate \ 105 lock \ 106 lockf \ 107 logger \ 108 login \ 109 logins \ 110 logname \ 111 look \ 112 lorder \ 113 lsvfs \ 114 m4 \ 115 mail \ 116 make \ 117 makewhatis \ 118 mesg \ 119 minigzip \ 120 mkdep \ 121 mkfifo \ 122 mklocale \ 123 mkstr \ 124 mktemp \ 125 mkuzip \ 126 msgs \ 127 mt \ 128 ${_nc} \ 129 ncal \ 130 ${_ncplist} \ 131 ${_ncplogin} \ 132 netstat \ 133 newgrp \ 134 ${_newkey} \ 135 nfsstat \ 136 nice \ 137 nl \ 138 nohup \ 139 ${_nslookup} \ 140 ${_nsupdate} \ 141 objformat \ 142 opieinfo \ 143 opiekey \ 144 opiepasswd \ 145 pagesize \ 146 passwd \ 147 paste \ 148 pathchk \ 149 pkill \ 150 pr \ 151 printenv \ 152 printf \ 153 quota \ 154 renice \ 155 rev \ 156 ${_rlogin} \ 157 rpcgen \ 158 rpcinfo \ 159 rs \ 160 ${_rsh} \ 161 rup \ 162 ruptime \ 163 rusers \ 164 rwall \ 165 rwho \ 166 script \ 167 sed \ 168 shar \ 169 showmount \ 170 ${_smbutil} \ 171 sockstat \ 172 split \ 173 stat \ 174 su \ 175 systat \ 176 tabs \ 177 tail \ 178 talk \ 179 tar \ 180 tcopy \ 181 tee \ 182 telnet \ 183 tftp \ 184 time \ 185 tip \ 186 top \ 187 touch \ 188 tput \ 189 tr \ 190 true \ 191 truncate \ 192 ${_truss} \ 193 tset \ 194 tsort \ 195 tty \ 196 ${_uac} \ 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_csup= csup 266.endif 267 268.if ${MK_HESIOD} != "no" 269_hesinfo= hesinfo 270.endif 271 272.if ${MK_NETCAT} != "no" 273_nc= nc 274.endif 275 276.if ${MK_NIS} != "no" 277_ypcat= ypcat 278_ypmatch= ypmatch 279_ypwhich= ypwhich 280.endif 281 282.if ${MK_RCMDS} != "no" 283_rlogin= rlogin 284_rsh= rsh 285.endif 286 287.if ${MK_SENDMAIL} != "no" 288_vacation= vacation 289.endif 290 291.if ${MK_TOOLCHAIN} != "no" 292_c89= c89 293_c99= c99 294_gprof= gprof 295_lex= lex 296_xlint= xlint 297_yacc= yacc 298.endif 299 300.if ${MK_USB} != "no" 301_usbhidaction= usbhidaction 302_usbhidctl= usbhidctl 303.endif 304 305.if ${MACHINE_ARCH} == "i386" 306_ncplist= ncplist 307_ncplogin= ncplogin 308_smbutil= smbutil 309.endif 310 311.if ${MACHINE_ARCH} == "alpha" 312_uac= uac 313.endif 314 315.if ${MACHINE_ARCH} == "amd64" 316_ncplist= ncplist 317_ncplogin= ncplogin 318_smbutil= smbutil 319.endif 320 321.if ${MACHINE_ARCH} == "powerpc" 322_smbutil= smbutil 323.endif 324 325.include <bsd.subdir.mk> 326