summaryrefslogtreecommitdiff
path: root/procfs
diff options
context:
space:
mode:
Diffstat (limited to 'procfs')
-rw-r--r--procfs/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/procfs/Makefile b/procfs/Makefile
index 78f20c43..6d7ca483 100644
--- a/procfs/Makefile
+++ b/procfs/Makefile
@@ -28,4 +28,7 @@ OBJS = $(SRCS:.c=.o)
HURDLIBS = netfs fshelp iohelp ps ports ihash shouldbeinlibc
OTHERLIBS = -lpthread
+# Where to find .defs files.
+vpath %.defs /usr/include/mach_debug
+
include ../Makeconf