Undo change of ownership logic.
1 parent bca0d0b commit ffa186ea8fc5d50dbb47883311f943ad393f1c93
@tundra tundra authored on 30 Apr 2006
Showing 1 changed file
View
4
makefile
# Build a release of tperimeter using 'make'
# $Id: makefile,v 1.108 2006/05/01 01:10:52 tundra Exp $
# $Id: makefile,v 1.109 2006/05/01 01:12:07 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}