diff options
author | Damien Zammit <damien@zamaudio.com> | 2022-09-20 03:01:59 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-09-20 22:36:37 +0000 |
commit | a64baf761265b4a09b058e146485c102b52a3449 (patch) | |
tree | 6b93777e0756fbb5e5bc1f6f6536ae8e5345d430 /procfs/Makefile | |
parent | 9c7a1bc253ba4a264e8e3d6ae7983f2fc645f2b3 (diff) | |
download | hurd-a64baf761265b4a09b058e146485c102b52a3449.tar.gz hurd-a64baf761265b4a09b058e146485c102b52a3449.tar.bz2 hurd-a64baf761265b4a09b058e146485c102b52a3449.zip |
procfs: Populate /proc/route with network routes
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 13ee026c..d32328d2 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 default_pagerUser.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 pfinetUser.c LCLHDRS = dircat.h main.h process.h procfs.h procfs_dir.h proclist.h rootdir.h OBJS = $(SRCS:.c=.o) |