1 2 3 4 5 6 7 8 9
# $FreeBSD$ all: meta-cvs meta-cvs: (cd code; /bin/sh build.sh) install: (cd code; /bin/sh install.sh ${PREFIX})