diff options
author | obrien <obrien@FreeBSD.org> | 2003-07-17 06:18:13 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-07-17 06:18:13 +0000 |
commit | 907d8c242e0209d90828920cb07cfff5e5ec0507 (patch) | |
tree | 197fa245b263ce1b2045c88010efb0faf6da969c /rescue | |
parent | 61fdb320d88462fe1711c26e8b3bce2aaa2b0aa9 (diff) | |
download | FreeBSD-src-907d8c242e0209d90828920cb07cfff5e5ec0507.zip FreeBSD-src-907d8c242e0209d90828920cb07cfff5e5ec0507.tar.gz |
We don't need so many -I's.
Diffstat (limited to 'rescue')
-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 506306c..08214ff 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 |