diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2001-06-02 13:42:09 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2001-06-02 13:42:09 +0000 |
commit | 9af76baced11e222a9ebffd9fcf8f1463fcd4b4d (patch) | |
tree | 35288173f46286c36e212ea9d1c619948d0d3153 /www/mod_dtcl/files/Makefile.bsd | |
parent | 551a15f1e3fe2491d5c5f2c4e8541066592b0e10 (diff) | |
download | ports-9af76baced11e222a9ebffd9fcf8f1463fcd4b4d.tar.gz ports-9af76baced11e222a9ebffd9fcf8f1463fcd4b4d.zip |
Notes
Diffstat (limited to 'www/mod_dtcl/files/Makefile.bsd')
-rw-r--r-- | www/mod_dtcl/files/Makefile.bsd | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/mod_dtcl/files/Makefile.bsd b/www/mod_dtcl/files/Makefile.bsd index eec33906d5a3..7017ba283ab9 100644 --- a/www/mod_dtcl/files/Makefile.bsd +++ b/www/mod_dtcl/files/Makefile.bsd @@ -9,9 +9,7 @@ DTCL_VERSION!= cat ${.CURDIR}/VERSION CC!= ${PREFIX}/sbin/apxs -q CC CFLAGS!= ${PREFIX}/sbin/apxs -q CFLAGS CFLAGS_SHLIB -CFLAGS+= -Wall -DSTATUS -DNO_DBM_REWRITEMAP ${INCLUDES} -CFLAGS+= -DDEBUG_SCRIPT_DIR="\"${PREFIX}/share/mod_dtcl/\"" -CFLAGS+= -DDTCL_VERSION="\"${DTCL_VERSION}\"" +CFLAGS+= ${INCLUDES} -DDTCL_VERSION="\"${DTCL_VERSION}\"" LIB= mod_dtcl SHLIB_MAJOR=1 @@ -24,6 +22,9 @@ NOPROFILE= True # to avoid building profiled library INTERNALLIB= True # to avoid building a static version SRCS= mod_dtcl.c +SRCS+= apache_cookie.c apache_multipart_buffer.c apache_request.c \ + tcl_commands.c + NOMAN= True # don't bother with the man-page here, let the port handle it all: ${SHLIB_NAME} |