Changeset View
Changeset View
Standalone View
Standalone View
sbin/Makefile
| # @(#)Makefile 8.5 (Berkeley) 3/31/94 | # @(#)Makefile 8.5 (Berkeley) 3/31/94 | ||||
| # $FreeBSD$ | # $FreeBSD$ | ||||
| .include <src.opts.mk> | .include <src.opts.mk> | ||||
| SUBDIR=adjkerntz \ | SUBDIR=adjkerntz \ | ||||
| camcontrol \ | camcontrol \ | ||||
| clri \ | clri \ | ||||
| comcontrol \ | comcontrol \ | ||||
| conscontrol \ | conscontrol \ | ||||
| ddb \ | ddb \ | ||||
| devfs \ | devfs \ | ||||
| devmatch \ | devmatch \ | ||||
| dhclient \ | |||||
| dmesg \ | dmesg \ | ||||
| dump \ | dump \ | ||||
| dumpfs \ | dumpfs \ | ||||
| dumpon \ | dumpon \ | ||||
| etherswitchcfg \ | etherswitchcfg \ | ||||
| ffsinfo \ | ffsinfo \ | ||||
| fsck \ | fsck \ | ||||
| fsck_ffs \ | fsck_ffs \ | ||||
| Show All 24 Lines | SUBDIR=adjkerntz \ | ||||
| mount_nfs \ | mount_nfs \ | ||||
| mount_nullfs \ | mount_nullfs \ | ||||
| mount_udf \ | mount_udf \ | ||||
| mount_unionfs \ | mount_unionfs \ | ||||
| newfs \ | newfs \ | ||||
| newfs_msdos \ | newfs_msdos \ | ||||
| nfsiod \ | nfsiod \ | ||||
| nos-tun \ | nos-tun \ | ||||
| ping \ | |||||
| rcorder \ | rcorder \ | ||||
| reboot \ | reboot \ | ||||
| recoverdisk \ | recoverdisk \ | ||||
| resolvconf \ | resolvconf \ | ||||
| restore \ | restore \ | ||||
| route \ | route \ | ||||
| savecore \ | savecore \ | ||||
| setkey \ | setkey \ | ||||
| shutdown \ | shutdown \ | ||||
| spppcontrol \ | spppcontrol \ | ||||
| swapon \ | swapon \ | ||||
| sysctl \ | sysctl \ | ||||
| tunefs \ | tunefs \ | ||||
| umount | umount | ||||
| SUBDIR.${MK_CCD}+= ccdconfig | SUBDIR.${MK_CCD}+= ccdconfig | ||||
| SUBDIR.${MK_CXX}+= devd | SUBDIR.${MK_CXX}+= devd | ||||
| SUBDIR.${MK_DYNAMICROOT}+= dhclient | |||||
| SUBDIR.${MK_DYNAMICROOT}+= ping | |||||
| SUBDIR.${MK_HAST}+= hastctl | SUBDIR.${MK_HAST}+= hastctl | ||||
| SUBDIR.${MK_HAST}+= hastd | SUBDIR.${MK_HAST}+= hastd | ||||
| SUBDIR.${MK_INET6}+= ping6 | SUBDIR.${MK_INET6}+= ping6 | ||||
| SUBDIR.${MK_INET6}+= rtsol | SUBDIR.${MK_INET6}+= rtsol | ||||
| SUBDIR.${MK_IPFILTER}+= ipf | SUBDIR.${MK_IPFILTER}+= ipf | ||||
| SUBDIR.${MK_IPFW}+= ipfw | SUBDIR.${MK_IPFW}+= ipfw | ||||
| SUBDIR.${MK_IPFW}+= natd | SUBDIR.${MK_IPFW}+= natd | ||||
| SUBDIR.${MK_ISCSI}+= iscontrol | SUBDIR.${MK_ISCSI}+= iscontrol | ||||
| Show All 18 Lines | |||||