#!/bin/sh cat | sed 's/^WANTLIB[[:blank:]+=]*//g' \ | tr ' ' '\n' \ | sort -u \ | fmt -w60 \ | sed 's/^/WANTLIB += /g;1s/^WANTLIB += /WANTLIB = /'