1 # $NetBSD: Makefile,v 1.163 2008/03/22 08:37:27 mlelstv Exp $ 2 # from: @(#)Makefile 8.3 (Berkeley) 1/7/94 3 4 .include <bsd.own.mk> 5 6 SUBDIR= apply apropos asa at atf-compile atf-config atf-report atf-run \ 7 atf-version audio awk \ 8 banner basename biff bthset btkey btpin \ 9 bzip2 bzip2recover cal calendar cap_mkdb cdplay \ 10 checknr chflags chpass cksum cmp col colcrt colrm \ 11 column comm compress config crontab crunch csplit ctags cut \ 12 deroff db dirname du \ 13 eject elf2aout elf2ecoff env error expand extattr \ 14 false fdformat fgen file find finger fmt fold fpr from \ 15 fsplit fstat ftp gcore genassym gencat getconf getent getopt gprof \ 16 gzip head hexdump iconv id indent innetgr ipcrm ipcs join jot \ 17 kdump ktrace ktruss lam last lastcomm ldd leave less \ 18 lex locale locate lock logger login logname look lorder m4 \ 19 machine mail make man menuc mesg midiplay mixerctl mkcsmapper \ 20 mkdep mkesdb mkfifo mklocale mkstr mktemp moduli msgc msgs \ 21 netgroup netstat newgrp newsyslog nfsstat nice nl nohup \ 22 pagesize passwd paste patch pathchk pkill pmap pmc pr \ 23 printenv printf progress pwhash qsubst quota radioctl rdist \ 24 renice rev revoke rfcomm_sppd rlogin rpcgen rpcinfo rs rsh rup \ 25 ruptime rusers rwall rwho script sdiff sdpquery sed seq shar shlock \ 26 showmount shuffle sockstat soelim sort spell split stat su systat \ 27 tail talk tcopy tee telnet tftp time tip tn3270 top touch tput \ 28 tr true tset tsort tty ul uname unexpand unifdef \ 29 uniq units unvis usbhidaction usbhidctl users utoppya \ 30 uudecode uuencode uuidgen vacation vgrind vi vis vmstat vndcompress w \ 31 wall wc what whatis whereis who whois window \ 32 write xargs xinstall xlint xstr yacc yes 33 34 .if (${MKHESIOD} != "no") 35 SUBDIR+= hesinfo 36 .endif 37 38 .if (${MKKERBEROS} != "no") 39 SUBDIR+= compile_et kdestroy kgetcred kinit klist mk_cmds string2key 40 SUBDIR+= hxtool verify_krb5_conf gss krb5-config 41 .endif 42 43 .if (!(${MKMODULAR} != "no")) 44 SUBDIR+= modstat 45 .endif 46 47 .if (${MKSKEY} != "no") 48 SUBDIR+= skey skeyinfo skeyinit 49 .endif 50 51 .if (${MKYP} != "no") 52 SUBDIR+= ypcat ypmatch ypwhich 53 .endif 54 55 .if (${MKCRYPTO} != "no") 56 SUBDIR+= openssl 57 SUBDIR+= bdes 58 SUBDIR+= ssh 59 .endif 60 61 .include <bsd.subdir.mk> 62