don't need MMAP to compile now
authortedu <tedu@openbsd.org>
Fri, 23 Oct 2015 14:17:24 +0000 (14:17 +0000)
committertedu <tedu@openbsd.org>
Fri, 23 Oct 2015 14:17:24 +0000 (14:17 +0000)
usr.bin/locate/locate/Makefile

index 0add831..d86d1a3 100644 (file)
@@ -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