summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2014-05-23 04:14:54 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-05-23 04:14:54 +0200
commit6e668d95cb4f9f279c7ff06f8036ef14eaab4202 (patch)
treeeb94af9e08c0c052f4a602d3a74e709c1d0bd25b
parent5f6a5bf80170435b47ca5dc2da937d47cfe8beba (diff)
fix procfs/Makefile
-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