diff options
| author | George V. Neville-Neil <gnn@FreeBSD.org> | 2015-02-10 19:41:30 +0000 |
|---|---|---|
| committer | George V. Neville-Neil <gnn@FreeBSD.org> | 2015-02-10 19:41:30 +0000 |
| commit | fcb560670601b2a4d87bb31d7531c8dcc37ee71b (patch) | |
| tree | 04f2661f10ad407d8e68f760bfcd884bcfdc5cc3 /lib/Makefile | |
| parent | 950813c4870e6ea4cc19aa62349b59a4ea8be9c1 (diff) | |
Notes
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile index 2305dc60d7a4..c9e1e23af418 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -284,6 +284,12 @@ _libsmb= libsmb _libsmb= libsmb .endif +.if ${MACHINE_CPUARCH} == "arm" +_libsmb= libsmb +_libproc= libproc +_librtld_db= librtld_db +.endif + .if ${MK_OPENSSL} != "no" _libmp= libmp .endif |
