[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / locate

File: [local] / src / usr.bin / locate / Makefile (download)

Revision 1.4, Sun Sep 15 16:50:33 1996 UTC (27 years, 9 months ago) by michaels
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1, OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.3: +0 -0 lines

Blind update of wosch@FreeBSD's code:

optimized search algorithm
faster IO due mmap(2) [-m | -s]
better error check for damaged databases
support for databases in network byte order (SunOS/sparc)
optional case insensitve search [-i]
optional multiple databases
optional multiple pattern
new enviroment variable LOCATE_PATH for database(s)
[-S] print some statistic about the database
[-l number] limit output to number file names
[-c] suppress normal output; instead print a count of matching file names
fix prototypes/forward declarations/return type

#	$OpenBSD: Makefile,v 1.4 1996/09/15 16:50:33 michaels Exp $
#
#	@(#)Makefile	8.1 (Berkeley) 6/6/93
#	$Id: Makefile,v 1.4 1996/09/15 16:50:33 michaels Exp $

SUBDIR=	bigram code locate

.include <bsd.subdir.mk>