diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2003-07-17 06:18:13 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-07-17 06:18:13 +0000 |
commit | 3dbf6d08fbd87c452a7c01b8600ab9b646e0dd9a (patch) | |
tree | 197fa245b263ce1b2045c88010efb0faf6da969c /rescue/librescue/Makefile | |
parent | c770dc0b63e8bee132bb8c41fedc7f87d288ec20 (diff) | |
download | src-3dbf6d08fbd87c452a7c01b8600ab9b646e0dd9a.tar.gz src-3dbf6d08fbd87c452a7c01b8600ab9b646e0dd9a.zip |
We don't need so many -I's.
Notes
Notes:
svn path=/head/; revision=117679
Diffstat (limited to 'rescue/librescue/Makefile')
-rw-r--r-- | rescue/librescue/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rescue/librescue/Makefile b/rescue/librescue/Makefile index 506306cd7fc6..08214ff99410 100644 --- a/rescue/librescue/Makefile +++ b/rescue/librescue/Makefile @@ -16,10 +16,8 @@ INTERNALLIB= yes # Don't install this library CFLAGS+= -DRESCUE # Flags copied from src/lib/libc and src/lib/libutil CFLAGS+= -I${.CURDIR}/../../lib/libc/include -CFLAGS+= -I${.CURDIR}/../../include CFLAGS+= -D__DBINTERFACE_PRIVATE CFLAGS+= -DINET6 -CFLAGS+= -I${.OBJDIR}/../../lib/libc CFLAGS+= -DPOSIX_MISTAKE CFLAGS+= -I${.CURDIR}/../../lib/libc/locale CFLAGS+= -DBROKEN_DES |