diff options
author | ache <ache@FreeBSD.org> | 2004-02-16 22:32:13 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2004-02-16 22:32:13 +0000 |
commit | cfdb373e765f452059cd6a8616c4c2bc10f27375 (patch) | |
tree | 190906b0ee2671feac8ce12dc1974a23dad07b8e /gnu | |
parent | 699c9560d0bb94e1744d4f10489b95e5f5a205f6 (diff) | |
download | FreeBSD-src-cfdb373e765f452059cd6a8616c4c2bc10f27375.zip FreeBSD-src-cfdb373e765f452059cd6a8616c4c2bc10f27375.tar.gz |
Install regex.h under include/gnu
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/lib/libregex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libregex/Makefile b/gnu/lib/libregex/Makefile index 54bd957..224a546 100644 --- a/gnu/lib/libregex/Makefile +++ b/gnu/lib/libregex/Makefile @@ -7,7 +7,7 @@ SHLIB_MAJOR= 2 SRCS= regex.c INCS= regex.h -INCSNAME= gnuregex.h +INCSDIR= ${INCLUDEDIR}/gnu NOMAN= noman CFLAGS+=-I${.CURDIR} -DHAVE_STRING_H=1 -DSTDC_HEADERS=1 -DNO_POSIX_COMPAT=1 |