diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 1996-09-01 16:03:28 +0000 |
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 1996-09-01 16:03:28 +0000 |
| commit | 0df7f79cbe6b092c6e06ef25e9747d97de0c8cd9 (patch) | |
| tree | c8ec01c33454be7a81683a8dab473e3a0f143a30 | |
| parent | b7d7a8c494da0d9a96461b4366db08dba13edef7 (diff) | |
Notes
| -rw-r--r-- | usr.bin/locate/locate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/locate/locate/Makefile b/usr.bin/locate/locate/Makefile index 644ad58c3ab5..b752bbbf17f9 100644 --- a/usr.bin/locate/locate/Makefile +++ b/usr.bin/locate/locate/Makefile @@ -1,9 +1,9 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id: Makefile,v 1.1 1996/08/29 22:39:41 wosch Exp wosch $ +# $Id: Makefile,v 1.6 1996/08/31 23:14:51 wosch Exp $ PROG= locate SRCS= util.c locate.c -CFLAGS+= -I. -DMMAP -O2 # -DDEBUG +CFLAGS+= -I${.CURDIR} -DMMAP # -DDEBUG (print time) -O2 (10% faster) MAN1= locate.1 MAN8= locate.updatedb.8 SCRIPTS= updatedb mklocatedb concatdb |
