#!/bin/sh
# we build:
#  - qpasswd 0.5

# untar qmail
ut qpasswd-0.5.tar.bz2
cd qpasswd-0.5
make CC="$CC" CFLAGS="$CFLAGS"
make setup check
