Made ownership explicit for the distribution files.
1 parent d51881b commit bca0d0b602faa7179834bd2a37e5d7d6919a5228
@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.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}