diff options
author | grog <grog@FreeBSD.org> | 2003-08-29 08:24:10 +0000 |
---|---|---|
committer | grog <grog@FreeBSD.org> | 2003-08-29 08:24:10 +0000 |
commit | a225ed0f0f058d020eb79ba55f3997e0ab1580a4 (patch) | |
tree | fd9c556e30c077404390d32eb8f8b0ea9ab299f2 /usr.sbin | |
parent | 8809ff94d637363de44834b2d97beffa582602f3 (diff) | |
download | FreeBSD-src-a225ed0f0f058d020eb79ba55f3997e0ab1580a4.zip FreeBSD-src-a225ed0f0f058d020eb79ba55f3997e0ab1580a4.tar.gz |
Add asf to i386 build. This will probably work on other platforms
too, but I don't have time to test it, and I'm not sure it will help
much.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 876ccc6..5d79535 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -182,6 +182,7 @@ SUBDIR+=elf2exe \ SUBDIR+=acpi \ apm \ apmd \ + asf \ btxld \ kgmon \ kgzip \ |