Cdiff Makefile.sfw
*** /export/home/steve/work/usr/webrev/src/cmd/proftpd/Makefile.sfw-    Mon Jan 14 21:02:42 2008
--- Makefile.sfw        Mon Jan 14 04:46:58 2008

*** 20,36 **** # # # ! # Copyright 2007 Sun Microsystems, Inc. All Rights Reserved. # Use is subject to license terms. # # ! VER=proftpd-1.2.10rc1 README=README.SFWpftpd all: $(VER)/config.status (cd $(VER); env \ CC=$(SRC)/tools/gcc CXX=$(SRC)/tools/g++ \ --- 20,36 ---- # # # ! # Copyright 2008 Sun Microsystems, Inc. All Rights Reserved. # Use is subject to license terms. # # ! VER=proftpd-1.3.1 README=README.SFWpftpd all: $(VER)/config.status (cd $(VER); env \ CC=$(SRC)/tools/gcc CXX=$(SRC)/tools/g++ \
*** 53,63 **** ./configure --enable-initgroups --prefix=/opt/sfw) $(VER)/configure: $(VER).tar.bz2 /usr/bin/bzip2 -dc $(VER).tar.bz2 | /usr/sfw/bin/gtar xpf - touch $(VER)/configure - /usr/bin/gpatch -p0 < mod_xfer.c.patch clean: -rm -rf $(VER) include ../Makefile.targ --- 53,62 ----