xref: /netbsd-src/external/bsd/am-utils/dist/m4/amdgrep (revision a53f50b9b44dc9467ccc9c464999b1d1c509cb0c)
1#!/bin/sh
2exec egrep -n "$*" \
3    [a-z]*/*.[hcyl] \
4    conf/*/*.[hc] \
5    Makefile.am \
6    [a-z]*/Makefile.am \
7    m4/macros/*.m4
8