updated changelog date
removed TODO file from release tagged the v3.2 release
This commit is contained in:
parent
4954a16acf
commit
3c02ffac2f
156 changed files with 30931 additions and 0 deletions
15
ezmlm-web-3.2/suid-wrapper/Makefile
Normal file
15
ezmlm-web-3.2/suid-wrapper/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Makefile to compile the binary suid-wrapper for ezmlm-web
|
||||
#
|
||||
# REALINSTALLBIN should be defined in the higher level Makefile
|
||||
|
||||
.PHONY: build clean
|
||||
|
||||
build:
|
||||
$(NOECHO) echo "#define EZMLM_WEB_CGI \"$(REALINSTALLBIN)/ezmlm-web.cgi\"" >index.h
|
||||
$(CC) -o index.cgi index.c
|
||||
sed 's#^EZMLM_WEB_SUID_WRAPPER=.*$$#EZMLM_WEB_SUID_WRAPPER=$(REALINSTALLBIN)/ezmlm-web.wrapper#' ezmlm-web-make-suid >ezmlm-web-make-suid.configured
|
||||
|
||||
clean:
|
||||
-rm index.cgi ezmlm-web-make-suid.configured
|
||||
$(NOECHO) echo "#define EZMLM_WEB_CGI \"/usr/bin/ezmlm-web.cgi\"" >index.h
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue