diff options
Diffstat (limited to 'procfs/Makefile')
-rw-r--r-- | procfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/procfs/Makefile b/procfs/Makefile index 12fc9eee..13ee026c 100644 --- a/procfs/Makefile +++ b/procfs/Makefile @@ -21,7 +21,7 @@ makemode := server target = procfs -SRCS = procfs.c netfs.c procfs_dir.c process.c proclist.c rootdir.c dircat.c main.c mach_debugUser.c +SRCS = procfs.c netfs.c procfs_dir.c process.c proclist.c rootdir.c dircat.c main.c mach_debugUser.c default_pagerUser.c LCLHDRS = dircat.h main.h process.h procfs.h procfs_dir.h proclist.h rootdir.h OBJS = $(SRCS:.c=.o) |