freebsd-src/usr.sbin/Makefile

185 lines
2 KiB
Makefile
Raw Normal View History

# From: @(#)Makefile 5.20 (Berkeley) 6/12/93
1999-08-28 01:35:59 +00:00
# $FreeBSD$
1994-05-26 05:23:31 +00:00
1994-09-26 22:20:19 +00:00
# XXX MISSING: mkproto
1998-11-10 12:29:04 +00:00
SUBDIR= IPXrouted \
ac \
1998-08-30 20:58:16 +00:00
accton \
adduser \
amd \
ancontrol \
1998-08-30 20:58:16 +00:00
arp \
(this is an extract from src/share/examples/atm/README) =================================== HARP | Host ATM Research Platform =================================== HARP 3 What is this stuff? ------------------- The Advanced Networking Group (ANG) at the Minnesota Supercomputer Center, Inc. (MSCI), as part of its work on the MAGIC Gigabit Testbed, developed the Host ATM Research Platform (HARP) software, which allows IP hosts to communicate over ATM networks using standard protocols. It is intended to be a high-quality platform for IP/ATM research. HARP provides a way for IP hosts to connect to ATM networks. It supports standard methods of communication using IP over ATM. A host's standard IP software sends and receives datagrams via a HARP ATM interface. HARP provides functionality similar to (and typically replaces) vendor-provided ATM device driver software. HARP includes full source code, making it possible for researchers to experiment with different approaches to running IP over ATM. HARP is self-contained; it requires no other licenses or commercial software packages. HARP implements support for the IETF Classical IP model for using IP over ATM networks, including: o IETF ATMARP address resolution client o IETF ATMARP address resolution server o IETF SCSP/ATMARP server o UNI 3.1 and 3.0 signalling protocols o Fore Systems's SPANS signalling protocol What's supported ---------------- The following are supported by HARP 3: o ATM Host Interfaces - FORE Systems, Inc. SBA-200 and SBA-200E ATM SBus Adapters - FORE Systems, Inc. PCA-200E ATM PCI Adapters - Efficient Networks, Inc. ENI-155p ATM PCI Adapters o ATM Signalling Protocols - The ATM Forum UNI 3.1 signalling protocol - The ATM Forum UNI 3.0 signalling protocol - The ATM Forum ILMI address registration - FORE Systems's proprietary SPANS signalling protocol - Permanent Virtual Channels (PVCs) o IETF "Classical IP and ARP over ATM" model - RFC 1483, "Multiprotocol Encapsulation over ATM Adaptation Layer 5" - RFC 1577, "Classical IP and ARP over ATM" - RFC 1626, "Default IP MTU for use over ATM AAL5" - RFC 1755, "ATM Signaling Support for IP over ATM" - RFC 2225, "Classical IP and ARP over ATM" - RFC 2334, "Server Cache Synchronization Protocol (SCSP)" - Internet Draft draft-ietf-ion-scsp-atmarp-00.txt, "A Distributed ATMARP Service Using SCSP" o ATM Sockets interface - The file atm-sockets.txt contains further information What's not supported -------------------- The following major features of the above list are not currently supported: o UNI point-to-multipoint support o Driver support for Traffic Control/Quality of Service o SPANS multicast and MPP support o SPANS signalling using Efficient adapters This software was developed under the sponsorship of the Defense Advanced Research Projects Agency (DARPA). Reviewed (lightly) by: phk Submitted by: Network Computing Services, Inc.
1998-09-15 11:44:44 +00:00
atm \
1998-08-30 20:58:16 +00:00
bootparamd \
burncd \
1998-08-30 20:58:16 +00:00
cdcontrol \
chkgrp \
chown \
chroot \
ckdist \
config \
cron \
1998-11-10 12:29:04 +00:00
crunch \
1998-08-30 20:58:16 +00:00
ctm \
dev_mkdb \
diskpart \
edquota \
extattrctl \
faithd \
fdcontrol \
fdformat \
fdwrite \
getextattr \
gifconfig \
ifmcstat \
1998-08-30 20:58:16 +00:00
inetd \
1998-11-09 23:39:02 +00:00
iostat \
1999-11-23 21:57:29 +00:00
ipftest \
ipresend \
ipsend \
iptest \
This Implements the mumbled about "Jail" feature. This is a seriously beefed up chroot kind of thing. The process is jailed along the same lines as a chroot does it, but with additional tough restrictions imposed on what the superuser can do. For all I know, it is safe to hand over the root bit inside a prison to the customer living in that prison, this is what it was developed for in fact: "real virtual servers". Each prison has an ip number associated with it, which all IP communications will be coerced to use and each prison has its own hostname. Needless to say, you need more RAM this way, but the advantage is that each customer can run their own particular version of apache and not stomp on the toes of their neighbors. It generally does what one would expect, but setting up a jail still takes a little knowledge. A few notes: I have no scripts for setting up a jail, don't ask me for them. The IP number should be an alias on one of the interfaces. mount a /proc in each jail, it will make ps more useable. /proc/<pid>/status tells the hostname of the prison for jailed processes. Quotas are only sensible if you have a mountpoint per prison. There are no privisions for stopping resource-hogging. Some "#ifdef INET" and similar may be missing (send patches!) If somebody wants to take it from here and develop it into more of a "virtual machine" they should be most welcome! Tools, comments, patches & documentation most welcome. Have fun... Sponsored by: http://www.rndassociates.com/ Run for almost a year by: http://www.servetheweb.com/
1999-04-28 11:38:52 +00:00
jail \
1998-11-09 23:39:02 +00:00
kbdcontrol \
kbdmap \
1998-08-30 20:58:16 +00:00
kernbb \
keyserv \
lastlogin \
1998-08-30 20:58:16 +00:00
manctl \
1999-04-07 04:12:02 +00:00
memcontrol \
1999-10-20 07:33:09 +00:00
mergemaster \
1999-11-13 18:34:22 +00:00
mixer \
2000-07-10 17:00:26 +00:00
mld6query \
2000-04-11 03:02:37 +00:00
mlxcontrol \
1998-11-09 23:39:02 +00:00
moused \
1998-08-30 20:58:16 +00:00
mrouted \
mtest \
mtree \
ndp \
1998-08-30 20:58:16 +00:00
newsyslog \
ngctl \
ntp \
nghook \
1998-08-30 20:58:16 +00:00
pccard \
pciconf \
periodic \
pim6dd \
pim6sd \
1998-08-30 20:58:16 +00:00
pkg_install \
1999-05-22 17:35:48 +00:00
pnpinfo \
1998-08-30 20:58:16 +00:00
ppp \
pppctl \
pppd \
pppstats \
prefix \
1998-08-30 20:58:16 +00:00
procctl \
pstat \
pw \
pwd_mkdb \
quot \
quotaon \
rarpd \
2000-11-12 21:55:21 +00:00
raycontrol \
1998-08-30 20:58:16 +00:00
repquota \
rip6query \
1998-08-30 20:58:16 +00:00
rmt \
route6d \
Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and associated changes that had to happen to make this possible as well as bugs fixed along the way. Bring in required TLI library routines to support this. Since we don't support TLI we've essentially copied what NetBSD has done, adding a thin layer to emulate direct the TLI calls into BSD socket calls. This is mostly from Sun's tirpc release that was made in 1994, however some fixes were backported from the 1999 release (supposedly only made available after this porting effort was underway). The submitter has agreed to continue on and bring us up to the 1999 release. Several key features are introduced with this update: Client calls are thread safe. (1999 code has server side thread safe) Updated, a more modern interface. Many userland updates were done to bring the code up to par with the recent RPC API. There is an update to the pthreads library, a function pthread_main_np() was added to emulate a function of Sun's threads library. While we're at it, bring in NetBSD's lockd, it's been far too long of a wait. New rpcbind(8) replaces portmap(8) (supporting communication over an authenticated Unix-domain socket, and by default only allowing set and unset requests over that channel). It's much more secure than the old portmapper. Umount(8), mountd(8), mount_nfs(8), nfsd(8) have also been upgraded to support TI-RPC and to support IPV6. Umount(8) is also fixed to unmount pathnames longer than 80 chars, which are currently truncated by the Kernel statfs structure. Submitted by: Martin Blapp <mb@imp.ch> Manpage review: ru Secure RPC implemented by: wpaul
2001-03-19 12:50:13 +00:00
rpcbind \
1998-08-30 20:58:16 +00:00
rpc.lockd \
rpc.statd \
rpc.umntall \
1998-08-30 20:58:16 +00:00
rpc.yppasswdd \
rpc.ypupdated \
1998-11-10 12:29:04 +00:00
rpc.ypxfrd \
rrenumd \
rtadvd \
1998-11-09 23:39:02 +00:00
rtprio \
rtsold \
1998-08-30 20:58:16 +00:00
rwhod \
sa \
setextattr \
setkey \
1998-08-30 20:58:16 +00:00
sliplogin \
slstat \
spray \
2001-01-17 03:32:19 +00:00
sysinstall \
1998-08-30 20:58:16 +00:00
syslogd \
tcpdchk \
tcpdmatch \
tcpdump \
1998-08-30 20:58:16 +00:00
timed \
traceroute \
traceroute6 \
1998-08-30 20:58:16 +00:00
trpt \
tzsetup \
1999-01-10 21:57:55 +00:00
usbd \
usbdevs \
1998-11-09 23:39:02 +00:00
vidcontrol \
1998-08-30 20:58:16 +00:00
vipw \
vnconfig \
watch \
wicontrol \
1998-08-30 20:58:16 +00:00
xten \
yp_mkdb \
1998-11-10 12:29:04 +00:00
ypbind \
1998-08-30 20:58:16 +00:00
yppoll \
yppush \
ypserv \
1998-11-10 12:29:04 +00:00
ypset \
zic
1999-11-30 06:22:22 +00:00
.if !defined(NO_BIND)
SUBDIR+=named \
named.reload \
named.restart \
ndc \
nslookup \
nsupdate
.endif
.if !defined(NO_LPR)
SUBDIR+=lpr
.endif
.if !defined(NO_MAILWRAPPER)
SUBDIR+=mailwrapper
.endif
.if !defined(NO_SENDMAIL)
1998-08-30 20:58:16 +00:00
SUBDIR+=mailstats \
makemap \
praliases \
sendmail
.endif
.if ${MACHINE_ARCH} == "alpha"
SUBDIR+=elf2exe
.endif
.if ${MACHINE_ARCH} == "i386"
2000-08-31 15:12:23 +00:00
SUBDIR+=acpi \
apm \
1999-07-10 17:44:02 +00:00
apmd \
1998-11-10 12:29:04 +00:00
btxld \
i4b \
1998-11-10 12:29:04 +00:00
kgmon \
1999-07-19 20:22:44 +00:00
kgzip \
1998-08-30 20:58:16 +00:00
lptcontrol \
mptable \
pcvt \
1998-08-30 20:58:16 +00:00
sgsc \
sicontrol \
spkrtest \
1998-11-10 12:29:04 +00:00
stallion \
wlconfig
1998-09-16 09:33:23 +00:00
.endif
.if ${MACHINE} == "i386"
SUBDIR+=boot0cfg
.endif
.if ${MACHINE} == "pc98"
SUBDIR+=boot98cfg
.endif
1994-05-26 05:23:31 +00:00
.include <bsd.subdir.mk>