diff options
-rw-r--r-- | sbin/rcorder/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/rcorder/Makefile b/sbin/rcorder/Makefile index eca1317..9d8d27b 100644 --- a/sbin/rcorder/Makefile +++ b/sbin/rcorder/Makefile @@ -10,7 +10,7 @@ DPADD+= ${LIBUTIL} WARNS= 0 # XXX hack for make's hash.[ch] -CFLAGS+= -DORDER -I${.CURDIR}/../../usr.bin/make -I. +CFLAGS+= -DORDER -I. SRCS+= util.h CLEANFILES+= util.h |