From: tedu Date: Fri, 23 Oct 2015 14:17:24 +0000 (+0000) Subject: don't need MMAP to compile now X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=38dd78fbcf8bc47f807951661d5166d0a7e8503e;p=openbsd don't need MMAP to compile now --- diff --git a/usr.bin/locate/locate/Makefile b/usr.bin/locate/locate/Makefile index 0add831dda6..d86d1a3d827 100644 --- a/usr.bin/locate/locate/Makefile +++ b/usr.bin/locate/locate/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.9 1997/04/27 20:56:47 millert Exp $ +# $OpenBSD: Makefile,v 1.10 2015/10/23 14:17:24 tedu Exp $ # # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id: Makefile,v 1.9 1997/04/27 20:56:47 millert Exp $ +# $Id: Makefile,v 1.10 2015/10/23 14:17:24 tedu Exp $ PROG= locate SRCS= util.c locate.c -CFLAGS+= -I${.CURDIR} -DMMAP # -DDEBUG (print time) -O2 (10% faster) +CFLAGS+= -I${.CURDIR} MAN= locate.1 locate.updatedb.8 SCRIPTS= updatedb mklocatedb concatdb MLINKS+= locate.updatedb.8 updatedb.8