diff options
author | njl <njl@FreeBSD.org> | 2003-07-14 16:36:40 +0000 |
---|---|---|
committer | njl <njl@FreeBSD.org> | 2003-07-14 16:36:40 +0000 |
commit | 31c25736e9e99e8c19ed669ccab3f3cae4d515c1 (patch) | |
tree | 2b0efe9cec846eb09e60db88ff3a018e65e3eb6d /usr.sbin | |
parent | f599f696ad55b73947c2d8dd1fcb3aaf37ba542f (diff) | |
download | FreeBSD-src-31c25736e9e99e8c19ed669ccab3f3cae4d515c1.zip FreeBSD-src-31c25736e9e99e8c19ed669ccab3f3cae4d515c1.tar.gz |
Hook zzz up to the build.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 840b5fe..880f035 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -190,7 +190,8 @@ SUBDIR+=acpi \ sicontrol \ spkrtest \ stallion \ - wlconfig + wlconfig \ + zzz .if !defined(NO_I4B) SUBDIR+=i4b .endif |