| | # Build a release of tperimeter using 'make' |
---|
| | # $Id: makefile,v 1.107 2006/05/01 01:06:35 tundra Exp $ |
---|
| | # $Id: makefile,v 1.108 2006/05/01 01:10:52 tundra Exp $ |
---|
| | # Requires a modern 'make' like GNU. |
---|
| | |
---|
| | |
---|
| | # Uncomment One Of The Following For Early Releases |
---|
| |
---|
| | @flip -u *txt |
---|
| | |
---|
| | progs: ${PROGFILES} |
---|
| | chmod 740 ${PROGFILES} |
---|
| | chown www:www tperimeter.py tperimeter-ui.html |
---|
| | chown root:wheel rebuild-hosts.allow.sh |
---|
| | |
---|
| | release: docs progs |
---|
| | @mkdir ${DIR} |
---|
| | @mv ${DOCFILES} ${PROGFILES} ${SUPPFILES} ${DIR} |
---|
| |
---|
| | |