9 lines
168 B
Makefile
9 lines
168 B
Makefile
# $NetBSD: Makefile,v 1.9 1999/02/09 13:18:58 simonb Exp $
|
|
|
|
SUBDIR+=common
|
|
SUBDIR+=egrep fgrep grep
|
|
|
|
all-egrep all-fgrep all-grep: all-common
|
|
|
|
.include <bsd.subdir.mk>
|