summaryrefslogtreecommitdiffstats
path: root/usr.bin/locate
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2015-10-23 14:17:24 +0000
committertedu <tedu@openbsd.org>2015-10-23 14:17:24 +0000
commit38dd78fbcf8bc47f807951661d5166d0a7e8503e (patch)
treeff3f312b14bd719fef2c3ef6ac859c295ef2c9c3 /usr.bin/locate
parentcorrect spelling of statistic in function name, from Pablo Hernandez (diff)
downloadwireguard-openbsd-38dd78fbcf8bc47f807951661d5166d0a7e8503e.tar.xz
wireguard-openbsd-38dd78fbcf8bc47f807951661d5166d0a7e8503e.zip
don't need MMAP to compile now
Diffstat (limited to 'usr.bin/locate')
-rw-r--r--usr.bin/locate/locate/Makefile6
1 files changed, 3 insertions, 3 deletions
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