diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-06-21 15:52:05 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-06-21 15:52:05 +0000 |
| commit | 0dbbb2e416384c03d5675f4f253c8d61a2db641d (patch) | |
| tree | 6397827d3c9bc4f5cb87ddafeff4953beaf0c890 /sbin | |
| parent | 55ac3ce365498db4743a134fc5f1501322991fee (diff) | |
Notes
Diffstat (limited to 'sbin')
| -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 eca13173f4a0..9d8d27bb0bd0 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 |
