diff options
author | ru <ru@FreeBSD.org> | 2001-05-23 13:32:32 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-05-23 13:32:32 +0000 |
commit | 196fd7759f1cf679623146c047cdcd0e200c93df (patch) | |
tree | 3078c66ab78ae90eddd5390981f4b5b81f566cbe /usr.sbin | |
parent | 1f29dc129c6abe779c638f8424e0d8f8654da7f6 (diff) | |
download | FreeBSD-src-196fd7759f1cf679623146c047cdcd0e200c93df.zip FreeBSD-src-196fd7759f1cf679623146c047cdcd0e200c93df.tar.gz |
Add NO_I4B to avoid building/installing isdn4bsd package.
Prompted by: Alexandr Listopad <laa@laa.zp.ua>
MFC after: 3 days
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index e0da3227..cdfd59e 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -163,7 +163,6 @@ SUBDIR+=acpi \ apm \ apmd \ btxld \ - i4b \ kgmon \ kgzip \ lptcontrol \ @@ -174,6 +173,9 @@ SUBDIR+=acpi \ spkrtest \ stallion \ wlconfig +.if !defined(NO_I4B) +SUBDIR+=i4b +.endif .endif .if ${MACHINE} == "i386" |