Deleted Added
full compact
Makefile (271771) Makefile (272784)
1# $NetBSD: Makefile,v 1.4 2011/02/16 01:31:33 joerg Exp $
1# $NetBSD: Makefile,v 1.4 2011/02/16 01:31:33 joerg Exp $
2# $FreeBSD: head/usr.bin/grep/Makefile 271771 2014-09-18 14:41:57Z will $
2# $FreeBSD: head/usr.bin/grep/Makefile 272784 2014-10-09 01:53:23Z ngie $
3# $OpenBSD: Makefile,v 1.6 2003/06/25 15:00:04 millert Exp $
4
5.include <src.opts.mk>
6
7.if ${MK_BSD_GREP} == "yes"
8PROG= grep
9.else
10PROG= bsdgrep

--- 69 unchanged lines hidden (view full) ---

80.endif
81
82.if ${MK_NLS} != "no"
83.include "${.CURDIR}/nls/Makefile.inc"
84.else
85CFLAGS+= -DWITHOUT_NLS
86.endif
87
3# $OpenBSD: Makefile,v 1.6 2003/06/25 15:00:04 millert Exp $
4
5.include <src.opts.mk>
6
7.if ${MK_BSD_GREP} == "yes"
8PROG= grep
9.else
10PROG= bsdgrep

--- 69 unchanged lines hidden (view full) ---

80.endif
81
82.if ${MK_NLS} != "no"
83.include "${.CURDIR}/nls/Makefile.inc"
84.else
85CFLAGS+= -DWITHOUT_NLS
86.endif
87
88.if ${MK_TESTS} != "no"
89SUBDIR+= tests
90.endif
91
88.include <bsd.prog.mk>
92.include <bsd.prog.mk>