diff options
| author | Maksim Yevmenkin <emax@FreeBSD.org> | 2004-07-07 22:48:30 +0000 |
|---|---|---|
| committer | Maksim Yevmenkin <emax@FreeBSD.org> | 2004-07-07 22:48:30 +0000 |
| commit | 23d1e148af7f38da41431e66f6ac943884dee98c (patch) | |
| tree | f6ddd5712edfc5aa266fb537eaa2b34af4cd7630 /lib | |
| parent | 6d6fa4fdc91da5ab90eb43c8cd016b52a9435644 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index cc1678b3e184..48098e910b45 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -51,11 +51,12 @@ _libngatm= libngatm _libbind= libbind .endif -.if ${MACHINE_ARCH} == "i386" .if !defined(NO_BLUETOOTH) _libbluetooth= libbluetooth _libsdp= libsdp .endif + +.if ${MACHINE_ARCH} == "i386" _compat= compat _libncp= libncp _libsmb= libsmb |
