#!/bin/sh cd $WRKSRC || exit 1; cat >> Makefile << END CFLAGS= -DBSD -O BINDIR= $PREFIX/bin MANDIR= $PREFIX/man/man1 MANEXT= 1 END exit 0;