Changeset 17 for src/Makefile
- Timestamp:
- 02/21/06 23:26:51 (7 years ago)
- File:
-
- 1 edited
-
src/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile
r6 r17 1 1 # 2 # $Id: Makefile,v 1. 1 2003/03/27 00:42:19 benjamin Exp $2 # $Id: Makefile,v 1.2 2003/03/28 01:08:38 jonathan Exp $ 3 3 # ---------------------------------------------------------------------- 4 4 # AlternC - Web Hosting System … … 79 79 chmod a+rx,a-w,u+s mail_add mail_del quota_edit quota_get mem_add mem_del db_create mhonarc wmkdir 80 80 chmod a+rx,a-w,u+s,g+s lst_* mailman* 81 chown root.root mail_add mail_del quota_edit quota_get mem_add mem_del db_create mhonarc wmkdir 82 chown sympa.sympa lst_* 83 chown root.list mailman* 81 ## Devrait etre fait par le paquet debian 82 # chown root.root mail_add mail_del quota_edit quota_get mem_add mem_del db_create mhonarc wmkdir 83 # chown sympa.sympa lst_* 84 # chown root.list mailman* 84 85 85 86 clean: 86 rm -f *.o *~ 87 rm -f *.o *~; \ 88 for i in mail_add mem_add quota_get db_create lst_delfile mail_del mem_del lst_dellst wmkdir lst_adddom mailman.create mhonarc lst_getfile lst_addlst mailman.delete quota_edit lst_putfile lst_deldom; \ 89 do rm -f $$i; \ 90 done
Note: See TracChangeset
for help on using the changeset viewer.
