summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2ee616bc3..03c360c98 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
CC=gcc
CFLAGS=-O0 -g3 -Wall $(shell pkg-config --cflags smbclient)
-LDLIBS= $(shell pkg-config --libs smbclient) -lnsl -lnetfs -lfshelp -liohelp -lpthread -lports -lihash -ldl -lshouldbeinlibc
+LDLIBS= $(shell pkg-config --libs smbclient) -lnetfs -lfshelp -liohelp -lpthread -lports -lihash -ldl -lshouldbeinlibc
smbfs: clean smb.o smbfs.o smbnetfs.o
$(CC) smb.o smbfs.o smbnetfs.o -osmbfs $(LDLIBS)