Makefile revision 1.161
1# $NetBSD: Makefile,v 1.161 2008/02/09 19:33:17 jmmv Exp $ 2# from: @(#)Makefile 8.3 (Berkeley) 1/7/94 3 4.include <bsd.own.mk> 5 6SUBDIR= 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") 35SUBDIR+= hesinfo 36.endif 37 38.if (${MKKERBEROS} != "no") 39SUBDIR+= compile_et kdestroy kgetcred kinit klist mk_cmds string2key 40.endif 41 42.if (${MKMODULAR} == "no") 43SUBDIR+= modstat 44.endif 45 46.if (${MKSKEY} != "no") 47SUBDIR+= skey skeyinfo skeyinit 48.endif 49 50.if (${MKYP} != "no") 51SUBDIR+= ypcat ypmatch ypwhich 52.endif 53 54.if (${MKCRYPTO} != "no") 55SUBDIR+= openssl 56SUBDIR+= bdes 57SUBDIR+= ssh 58.endif 59 60.include <bsd.subdir.mk> 61