diff options
author | ru <ru@FreeBSD.org> | 2003-03-11 11:37:07 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-03-11 11:37:07 +0000 |
commit | a88b815b0805cd6a43776e97af0263e0149451e9 (patch) | |
tree | beccda818c3cd1cc092c0aec541afda2aea93aae /usr.sbin/Makefile | |
parent | 118ffeb10cdf4f0ff8f128b48ce5f9ebdc65fb37 (diff) | |
download | FreeBSD-src-a88b815b0805cd6a43776e97af0263e0149451e9.zip FreeBSD-src-a88b815b0805cd6a43776e97af0263e0149451e9.tar.gz |
Revert rev. 1.244 change -- only build kgzip(8) on i386.
(The cross-release needs will be satisfied another way.)
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index cc3fe96..7d9e4b1 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -47,7 +47,6 @@ SUBDIR= IPXrouted \ kbdcontrol \ kbdmap \ kernbb \ - kgzip \ kldxref \ lastlogin \ mailwrapper \ @@ -175,6 +174,7 @@ SUBDIR+=acpi \ apmd \ btxld \ kgmon \ + kgzip \ lptcontrol \ mptable \ pccard \ |