[Netadm-devel] gwc/pf Makefile,1.4,1.5
Status: Beta
Brought to you by:
linuxpark
From: linuxpark <lin...@us...> - 2006-04-30 18:47:29
|
Update of /cvsroot/netadm/gwc/pf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6021/pf Modified Files: Makefile Log Message: DEL: gwclib/syscrypto.c: remove LP5 for more good hash value. MOD: Makefile.tmpl: make disable -g flag and disable DEBUG, enable syslog as default. ADD: Makefile: add gwcsh and pf as subdirectories of recursive make. MOD: scripts/gwc: remove gwcguid MOD: scripts/install.sh: add gwcsh install routine and some modifying Index: Makefile =================================================================== RCS file: /cvsroot/netadm/gwc/pf/Makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Makefile 30 Apr 2006 14:46:02 -0000 1.4 --- Makefile 30 Apr 2006 18:47:25 -0000 1.5 *************** *** 19,23 **** ctags * clean: ! rm -rf *.ko *.mod.* *.cmd *.o *.tmp_versions depend: $(MAKEDEPEND) -- $(CFLAGS) -- *.c --- 19,23 ---- ctags * clean: ! rm -rf *.ko *.mod.* .*cmd *.o .tmp_versions depend: $(MAKEDEPEND) -- $(CFLAGS) -- *.c |