summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 97a61ed..48013f9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
TARGET = procfs
OBJS = procfs.o netfs.o procfs_file.o procfs_dir.o \
process.o proclist.o dircat.o main.o
-LIBS = -lnetfs
+LIBS = -lnetfs -lps
CC = gcc
CFLAGS = -Wall -g