diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |