freebsd-dev/usr.bin/Makefile

349 lines
3.9 KiB
Makefile
Raw Normal View History

1994-09-22 01:26:58 +00:00
# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
1999-08-28 01:08:13 +00:00
# $FreeBSD$
1994-05-27 12:33:43 +00:00
.include <bsd.own.mk>
# XXX MISSING: deroff diction graph learn plot
1998-03-20 12:34:21 +00:00
# spell spline struct xsend
# XXX Use GNU versions: diff ld patch
1994-08-08 01:13:35 +00:00
# Moved to secure: bdes
#
SUBDIR= alias \
apply \
asa \
2002-03-05 19:36:08 +00:00
awk \
1998-08-30 20:28:50 +00:00
banner \
basename \
brandelf \
bsdiff \
bzip2 \
2003-01-04 17:09:27 +00:00
bzip2recover \
1998-08-30 20:28:50 +00:00
cap_mkdb \
chat \
chpass \
cksum \
${_clang} \
1998-08-30 20:28:50 +00:00
cmp \
col \
colldef \
colrm \
column \
comm \
compress \
cpuset \
csplit \
1998-08-30 20:28:50 +00:00
cut \
dirname \
du \
ee \
elf2aout \
2003-01-15 18:33:32 +00:00
elfdump \
enigma \
1998-08-30 20:28:50 +00:00
env \
expand \
false \
fetch \
file \
find \
finger \
fmt \
1998-08-30 20:28:50 +00:00
fold \
1998-11-09 11:08:48 +00:00
fstat \
fsync \
1998-08-30 20:28:50 +00:00
ftp \
gcore \
1998-08-30 20:28:50 +00:00
gencat \
2002-08-10 05:43:40 +00:00
getconf \
getent \
1998-08-30 20:28:50 +00:00
getopt \
grep \
gzip \
1998-08-30 20:28:50 +00:00
head \
hexdump \
Add the BSD-licensed Citrus iconv to the base system with default off setting. It can be built by setting the WITH_ICONV knob. While this knob is unset, the library part, the binaries, the header file and the metadata files will not be built or installed so it makes no impact on the system if left turned off. This work is based on the iconv implementation in NetBSD but a great number of improvements and feature additions have been included: - Some utilities have been added. There is a conversion table generator, which can compare conversion tables to reference data generated by GNU libiconv. This helps ensuring conversion compatibility. - UTF-16 surrogate support and some endianness issues have been fixed. - The rather chaotic Makefiles to build metadata have been refactored and cleaned up, now it is easy to read and it is also easier to add support for new encodings. - A bunch of new encodings and encoding aliases have been added. - Support for 1->2, 1->3 and 1->4 mappings, which is needed for transliterating with flying accents as GNU does, like "u. - Lots of warnings have been fixed, the major part of the code is now WARNS=6 clean. - New section 1 and section 5 manual pages have been added. - Some GNU-specific calls have been implemented: iconvlist(), iconvctl(), iconv_canonicalize(), iconv_open_into() - Support for GNU's //IGNORE suffix has been added. - The "-" argument for stdin is now recognized in iconv(1) as per POSIX. - The Big5 conversion module has been fixed. - The iconv.h header files is supposed to be compatible with the GNU version, i.e. sources should build with base iconv.h and GNU libiconv. It also includes a macro magic to deal with the char ** and const char ** incompatibility. - GNU compatibility: "" or "char" means the current local encoding in use - Various cleanups and style(9) fixes. Approved by: delphij (mentor) Obtained from: The NetBSD Project Sponsored by: Google Summer of Code 2009
2011-02-25 00:04:39 +00:00
${_iconv} \
1998-08-30 20:28:50 +00:00
id \
ipcrm \
ipcs \
join \
jot \
kdump \
keylogin \
keylogout \
killall \
ktrace \
ktrdump \
1998-08-30 20:28:50 +00:00
lam \
lastcomm \
ldd \
leave \
less \
lessecho \
lesskey \
1998-08-30 20:28:50 +00:00
limits \
2003-06-22 08:41:03 +00:00
locale \
1998-08-30 20:28:50 +00:00
lock \
lockf \
logger \
login \
2004-03-06 21:57:47 +00:00
logins \
1998-08-30 20:28:50 +00:00
logname \
look \
lorder \
lsvfs \
lzmainfo \
1998-08-30 20:28:50 +00:00
m4 \
${_makewhatis} \
${_man} \
1998-08-30 20:28:50 +00:00
mesg \
minigzip \
ministat \
Add the BSD-licensed Citrus iconv to the base system with default off setting. It can be built by setting the WITH_ICONV knob. While this knob is unset, the library part, the binaries, the header file and the metadata files will not be built or installed so it makes no impact on the system if left turned off. This work is based on the iconv implementation in NetBSD but a great number of improvements and feature additions have been included: - Some utilities have been added. There is a conversion table generator, which can compare conversion tables to reference data generated by GNU libiconv. This helps ensuring conversion compatibility. - UTF-16 surrogate support and some endianness issues have been fixed. - The rather chaotic Makefiles to build metadata have been refactored and cleaned up, now it is easy to read and it is also easier to add support for new encodings. - A bunch of new encodings and encoding aliases have been added. - Support for 1->2, 1->3 and 1->4 mappings, which is needed for transliterating with flying accents as GNU does, like "u. - Lots of warnings have been fixed, the major part of the code is now WARNS=6 clean. - New section 1 and section 5 manual pages have been added. - Some GNU-specific calls have been implemented: iconvlist(), iconvctl(), iconv_canonicalize(), iconv_open_into() - Support for GNU's //IGNORE suffix has been added. - The "-" argument for stdin is now recognized in iconv(1) as per POSIX. - The Big5 conversion module has been fixed. - The iconv.h header files is supposed to be compatible with the GNU version, i.e. sources should build with base iconv.h and GNU libiconv. It also includes a macro magic to deal with the char ** and const char ** incompatibility. - GNU compatibility: "" or "char" means the current local encoding in use - Various cleanups and style(9) fixes. Approved by: delphij (mentor) Obtained from: The NetBSD Project Sponsored by: Google Summer of Code 2009
2011-02-25 00:04:39 +00:00
${_mkcsmapper} \
1998-08-30 20:28:50 +00:00
mkdep \
Add the BSD-licensed Citrus iconv to the base system with default off setting. It can be built by setting the WITH_ICONV knob. While this knob is unset, the library part, the binaries, the header file and the metadata files will not be built or installed so it makes no impact on the system if left turned off. This work is based on the iconv implementation in NetBSD but a great number of improvements and feature additions have been included: - Some utilities have been added. There is a conversion table generator, which can compare conversion tables to reference data generated by GNU libiconv. This helps ensuring conversion compatibility. - UTF-16 surrogate support and some endianness issues have been fixed. - The rather chaotic Makefiles to build metadata have been refactored and cleaned up, now it is easy to read and it is also easier to add support for new encodings. - A bunch of new encodings and encoding aliases have been added. - Support for 1->2, 1->3 and 1->4 mappings, which is needed for transliterating with flying accents as GNU does, like "u. - Lots of warnings have been fixed, the major part of the code is now WARNS=6 clean. - New section 1 and section 5 manual pages have been added. - Some GNU-specific calls have been implemented: iconvlist(), iconvctl(), iconv_canonicalize(), iconv_open_into() - Support for GNU's //IGNORE suffix has been added. - The "-" argument for stdin is now recognized in iconv(1) as per POSIX. - The Big5 conversion module has been fixed. - The iconv.h header files is supposed to be compatible with the GNU version, i.e. sources should build with base iconv.h and GNU libiconv. It also includes a macro magic to deal with the char ** and const char ** incompatibility. - GNU compatibility: "" or "char" means the current local encoding in use - Various cleanups and style(9) fixes. Approved by: delphij (mentor) Obtained from: The NetBSD Project Sponsored by: Google Summer of Code 2009
2011-02-25 00:04:39 +00:00
${_mkesdb} \
1998-08-30 20:28:50 +00:00
mkfifo \
mklocale \
mktemp \
mkuzip \
1998-10-03 10:59:57 +00:00
mt \
1998-08-30 20:28:50 +00:00
ncal \
netstat \
newgrp \
1998-08-30 20:28:50 +00:00
nfsstat \
nice \
nl \
1998-08-30 20:28:50 +00:00
nohup \
opieinfo \
opiekey \
opiepasswd \
pagesize \
passwd \
paste \
2002-05-22 10:32:24 +00:00
pathchk \
perror \
1998-08-30 20:28:50 +00:00
pr \
printenv \
printf \
2007-12-02 23:32:03 +00:00
procstat \
rctl \
1998-08-30 20:28:50 +00:00
renice \
rev \
revoke \
1998-08-30 20:28:50 +00:00
rpcinfo \
rs \
rup \
rusers \
rwall \
script \
sed \
seq \
1998-08-30 20:28:50 +00:00
shar \
showmount \
1999-04-15 13:42:48 +00:00
sockstat \
1998-08-30 20:28:50 +00:00
split \
stat \
1998-08-30 20:28:50 +00:00
su \
1998-11-09 10:52:43 +00:00
systat \
2002-05-21 02:36:12 +00:00
tabs \
1998-08-30 20:28:50 +00:00
tail \
talk \
2004-04-06 17:04:38 +00:00
tar \
1998-08-30 20:28:50 +00:00
tcopy \
tee \
tftp \
time \
tip \
1998-08-30 20:28:50 +00:00
top \
touch \
tput \
tr \
true \
truncate \
truss \
1998-08-30 20:28:50 +00:00
tset \
tsort \
tty \
uname \
unexpand \
uniq \
unzip \
1998-08-30 20:28:50 +00:00
units \
unvis \
uudecode \
uuencode \
vi \
vis \
1998-11-10 12:19:26 +00:00
vmstat \
1998-08-30 20:28:50 +00:00
w \
wall \
wc \
what \
whereis \
1998-08-30 20:28:50 +00:00
which \
whois \
write \
xargs \
xinstall \
${_xlint} \
${_xstr} \
xz \
xzdec \
${_yacc} \
1998-08-30 20:28:50 +00:00
yes \
${_ypcat} \
${_ypmatch} \
${_ypwhich}
1998-03-13 19:41:06 +00:00
# NB: keep these sorted by MK_* knobs
.if ${MK_AT} != "no"
SUBDIR+= at
.endif
.if ${MK_ATM} != "no"
SUBDIR+= atm
.endif
.if ${MK_MAN_UTILS} != "no"
SUBDIR+= catman
2005-08-05 16:09:34 +00:00
.endif
.if ${MK_BIND_UTILS} != "no"
SUBDIR+= dig
SUBDIR+= host
SUBDIR+= nslookup
SUBDIR+= nsupdate
.endif
.if ${MK_BLUETOOTH} != "no"
SUBDIR+= bluetooth
.endif
.if ${MK_BSD_CPIO} != "no"
SUBDIR+= cpio
.endif
.if ${MK_CALENDAR} != "no"
SUBDIR+= calendar
2005-08-03 09:27:01 +00:00
.endif
.if ${MK_CLANG} != "no"
_clang= clang
.endif
.if ${MK_HESIOD} != "no"
SUBDIR+= hesinfo
.endif
Add the BSD-licensed Citrus iconv to the base system with default off setting. It can be built by setting the WITH_ICONV knob. While this knob is unset, the library part, the binaries, the header file and the metadata files will not be built or installed so it makes no impact on the system if left turned off. This work is based on the iconv implementation in NetBSD but a great number of improvements and feature additions have been included: - Some utilities have been added. There is a conversion table generator, which can compare conversion tables to reference data generated by GNU libiconv. This helps ensuring conversion compatibility. - UTF-16 surrogate support and some endianness issues have been fixed. - The rather chaotic Makefiles to build metadata have been refactored and cleaned up, now it is easy to read and it is also easier to add support for new encodings. - A bunch of new encodings and encoding aliases have been added. - Support for 1->2, 1->3 and 1->4 mappings, which is needed for transliterating with flying accents as GNU does, like "u. - Lots of warnings have been fixed, the major part of the code is now WARNS=6 clean. - New section 1 and section 5 manual pages have been added. - Some GNU-specific calls have been implemented: iconvlist(), iconvctl(), iconv_canonicalize(), iconv_open_into() - Support for GNU's //IGNORE suffix has been added. - The "-" argument for stdin is now recognized in iconv(1) as per POSIX. - The Big5 conversion module has been fixed. - The iconv.h header files is supposed to be compatible with the GNU version, i.e. sources should build with base iconv.h and GNU libiconv. It also includes a macro magic to deal with the char ** and const char ** incompatibility. - GNU compatibility: "" or "char" means the current local encoding in use - Various cleanups and style(9) fixes. Approved by: delphij (mentor) Obtained from: The NetBSD Project Sponsored by: Google Summer of Code 2009
2011-02-25 00:04:39 +00:00
.if ${MK_ICONV} != "no"
_iconv= iconv
_mkcsmapper= mkcsmapper
_mkesdb= mkesdb
.endif
.if ${MK_GROFF} != "no"
SUBDIR+= vgrind
.endif
.if ${MK_OPENSSL} != "no"
SUBDIR+= bc
SUBDIR+= chkey
SUBDIR+= dc
SUBDIR+= newkey
.if ${MK_LIBTHR} != "no"
SUBDIR+= csup
.endif
.endif
.if ${MK_LOCATE} != "no"
SUBDIR+= locate
.endif
# XXX msgs?
.if ${MK_MAIL} != "no"
SUBDIR+= biff
SUBDIR+= from
SUBDIR+= mail
SUBDIR+= msgs
.endif
.if ${MK_MAKE} != "no"
SUBDIR+= make
.endif
.if ${MK_MAN_UTILS} != "no"
_makewhatis= makewhatis
_man= man
.endif
.if ${MK_NETCAT} != "no"
SUBDIR+= nc
.endif
.if ${MK_NIS} != "no"
SUBDIR+= ypcat
SUBDIR+= ypmatch
SUBDIR+= ypwhich
.endif
.if ${MK_QUOTAS} != "no"
SUBDIR+= quota
.endif
.if ${MK_RCMDS} != "no"
SUBDIR+= rlogin
SUBDIR+= rsh
SUBDIR+= ruptime
SUBDIR+= rwho
.endif
.if ${MK_SENDMAIL} != "no"
SUBDIR+= vacation
.endif
.if ${MK_TELNET} != "no"
SUBDIR+= telnet
.endif
.if ${MK_TEXTPROC} != "no"
SUBDIR+= checknr
SUBDIR+= colcrt
SUBDIR+= ul
.endif
.if ${MK_TOOLCHAIN} != "no"
SUBDIR+= ar
SUBDIR+= c89
SUBDIR+= c99
SUBDIR+= compile_et
SUBDIR+= ctags
SUBDIR+= file2c
SUBDIR+= gprof
SUBDIR+= indent
SUBDIR+= lex
SUBDIR+= mkstr
SUBDIR+= rpcgen
SUBDIR+= unifdef
SUBDIR+= xlint
SUBDIR+= xstr
SUBDIR+= yacc
.endif
.if ${MK_USB} != "no"
SUBDIR+= usbhidaction
SUBDIR+= usbhidctl
.endif
.if ${MK_UTMPX} != "no"
SUBDIR+= last
SUBDIR+= users
SUBDIR+= who
SUBDIR+= wtmpcvt
.endif
.include <bsd.arch.inc.mk>
2005-09-19 08:13:43 +00:00
SUBDIR:= ${SUBDIR:O}
1994-05-27 12:33:43 +00:00
.include <bsd.subdir.mk>