From 6e668d95cb4f9f279c7ff06f8036ef14eaab4202 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Fri, 23 May 2014 04:14:54 +0200 Subject: fix procfs/Makefile --- procfs/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'procfs/Makefile') 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 -- cgit v1.2.3