Build the atmconfig utility into rescue.

This commit is contained in:
Hartmut Brandt 2003-08-12 14:33:48 +00:00
parent 7d73d21187
commit 513b02ffb9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=118826

View File

@ -102,8 +102,8 @@ CRUNCH_SUPPRESS_LINK_-tcsh= 1
# headers in addition to the standard 'paths.h' header. # headers in addition to the standard 'paths.h' header.
# #
CRUNCH_SRCDIRS+= sbin CRUNCH_SRCDIRS+= sbin
CRUNCH_PROGS_sbin= atm atacontrol badsect bsdlabel camcontrol \ CRUNCH_PROGS_sbin= atm atmconfig atacontrol badsect bsdlabel \
ccdconfig clri devfs dmesg dump \ camcontrol ccdconfig clri devfs dmesg dump \
dumpfs dumpon fore_dnld fsck fsck_ffs fsck_msdosfs fsdb \ dumpfs dumpon fore_dnld fsck fsck_ffs fsck_msdosfs fsdb \
fsirand gbde ifconfig ilmid init \ fsirand gbde ifconfig ilmid init \
kldconfig kldload kldstat kldunload ldconfig \ kldconfig kldload kldstat kldunload ldconfig \
@ -153,6 +153,7 @@ CRUNCH_ALIAS_bsdlabel= disklabel
.endif .endif
CRUNCH_SRCDIR_atm= $(.CURDIR)/../../sbin/atm/atm CRUNCH_SRCDIR_atm= $(.CURDIR)/../../sbin/atm/atm
CRUNCH_SRCDIR_atmconfig= $(.CURDIR)/../../sbin/atm/atmconfig
CRUNCH_SRCDIR_fore_dnld= $(.CURDIR)/../../sbin/atm/fore_dnld CRUNCH_SRCDIR_fore_dnld= $(.CURDIR)/../../sbin/atm/fore_dnld
CRUNCH_SRCDIR_ilmid= $(.CURDIR)/../../sbin/atm/ilmid CRUNCH_SRCDIR_ilmid= $(.CURDIR)/../../sbin/atm/ilmid
CRUNCH_SRCDIR_rtquery= $(.CURDIR)/../../sbin/routed/rtquery CRUNCH_SRCDIR_rtquery= $(.CURDIR)/../../sbin/routed/rtquery