diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2003-07-24 02:05:48 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2003-07-24 02:05:48 +0000 |
| commit | 5543468624e4b3c63435f6fe078dace0cdf18f61 (patch) | |
| tree | 8366222a497e67002e6395cc960f6c7f508bed8e /lib/Makefile | |
| parent | 7d6207b7ddbadf72ad3b60b15d8c92d561c05075 (diff) | |
Notes
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile index b57bec001418..383ce01fcab2 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -79,6 +79,11 @@ _libio= libio _compat= compat .endif +.if ${MACHINE_ARCH} == "amd64" +_libncp= libncp +_libsmb= libsmb +.endif + .if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} != "powerpc" .if !defined(NOLIBTHR) _libthr= libthr |
