Style.
This commit is contained in:
parent
b2f5ce437c
commit
88bb369f9e
@ -1,23 +1,22 @@
|
||||
# $FreeBSD$
|
||||
|
||||
SUBDIR+= doc
|
||||
SUBDIR= doc
|
||||
|
||||
LIB= gnuregex
|
||||
SHLIB_MAJOR= 2
|
||||
|
||||
SRCS= gnuregex.c
|
||||
SRCS= gnuregex.c
|
||||
INCSGROUPS= INCS WRINCS PXINCS
|
||||
INCS= regex.h.patched
|
||||
CLEANFILES+= regex.h.patched gnuregex.c
|
||||
INCS= regex.h.patched
|
||||
INCSNAME= regex.h
|
||||
INCSDIR= ${INCLUDEDIR}/gnu
|
||||
WRINCS= gnuregex.h
|
||||
PXINCS= posix/regex.h
|
||||
PXINCSDIR= ${INCLUDEDIR}/gnu/posix
|
||||
NOMAN= noman
|
||||
WRINCS= gnuregex.h
|
||||
PXINCS= posix/regex.h
|
||||
PXINCSDIR= ${INCSDIR}/posix
|
||||
|
||||
CFLAGS+=-D_REGEX_RE_COMP -DSTDC_HEADERS
|
||||
|
||||
CLEANFILES= regex.h.patched gnuregex.c
|
||||
regex.h.patched: regex.h
|
||||
sed 's=<posix/regex\.h>=<gnu/posix/regex.h>=g' \
|
||||
< ${.ALLSRC} > ${.TARGET}
|
||||
|
Loading…
Reference in New Issue
Block a user