blob: 3803aec9c4b8e20aab7cc9431835d6cd75b76760 (
plain)
1
2
3
4
5
6
7
8
|
# $OpenBSD: Makefile,v 1.4 2010/07/02 20:52:10 nicm Exp $
PROG= grep
SRCS= binary.c file.c grep.c mmfile.c queue.c util.c
COPTS+= -DNOZ -DSMALL
.PATH: ${.CURDIR}/../../../usr.bin/grep
.include <bsd.prog.mk>
|