diff options
author | harti <harti@FreeBSD.org> | 2003-08-12 14:33:48 +0000 |
---|---|---|
committer | harti <harti@FreeBSD.org> | 2003-08-12 14:33:48 +0000 |
commit | 08139cea7639f364dba8e6b2aa478b4917f62afe (patch) | |
tree | 4f13b8a016cd4e8f2803b45766f34617ed9e8fce /rescue | |
parent | 2a8dc694e1627e35d48639bcf03dd268ad0fc972 (diff) | |
download | FreeBSD-src-08139cea7639f364dba8e6b2aa478b4917f62afe.zip FreeBSD-src-08139cea7639f364dba8e6b2aa478b4917f62afe.tar.gz |
Build the atmconfig utility into rescue.
Diffstat (limited to 'rescue')
-rw-r--r-- | rescue/rescue/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile index 32c16cd..a0a640c 100644 --- a/rescue/rescue/Makefile +++ b/rescue/rescue/Makefile @@ -102,8 +102,8 @@ CRUNCH_SUPPRESS_LINK_-tcsh= 1 # headers in addition to the standard 'paths.h' header. # CRUNCH_SRCDIRS+= sbin -CRUNCH_PROGS_sbin= atm atacontrol badsect bsdlabel camcontrol \ - ccdconfig clri devfs dmesg dump \ +CRUNCH_PROGS_sbin= atm atmconfig atacontrol badsect bsdlabel \ + camcontrol ccdconfig clri devfs dmesg dump \ dumpfs dumpon fore_dnld fsck fsck_ffs fsck_msdosfs fsdb \ fsirand gbde ifconfig ilmid init \ kldconfig kldload kldstat kldunload ldconfig \ @@ -153,6 +153,7 @@ CRUNCH_ALIAS_bsdlabel= disklabel .endif 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_ilmid= $(.CURDIR)/../../sbin/atm/ilmid CRUNCH_SRCDIR_rtquery= $(.CURDIR)/../../sbin/routed/rtquery |