Annotation of embedaddon/php/snapshot, revision 1.1

1.1     ! misho       1: #! /bin/sh
        !             2: 
        !             3: if test -n "$1"; then
        !             4:   flags="DISTNAME=$1"
        !             5: fi
        !             6: 
        !             7: ${MAKE:-make} $flags -f build/build.mk snapshot

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>