diff options
author | obrien <obrien@FreeBSD.org> | 2002-06-21 15:52:05 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-06-21 15:52:05 +0000 |
commit | 703cf44919053b969bb04c8d08b0d0f1dc7d416f (patch) | |
tree | 6397827d3c9bc4f5cb87ddafeff4953beaf0c890 /sbin/rcorder | |
parent | dbbc33a1264d4bfff17174901e17f2db90cdcbcb (diff) | |
download | FreeBSD-src-703cf44919053b969bb04c8d08b0d0f1dc7d416f.zip FreeBSD-src-703cf44919053b969bb04c8d08b0d0f1dc7d416f.tar.gz |
Reduce the -I's as we don't need them all.
Diffstat (limited to 'sbin/rcorder')
-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 |