Fix UTIME_OMIT handling
[dragonfly.git] / usr.bin / locate / code / Makefile
blob2c3e8a2e1fa3af29c1187d08cdc33a723bbdb2b5
1 # @(#)Makefile 8.1 (Berkeley) 6/6/93
2 # $FreeBSD: src/usr.bin/locate/code/Makefile,v 1.4 1999/08/28 01:02:55 peter Exp $
4 PROG= locate.code
5 CFLAGS+=-I${.CURDIR}/../locate
6 NOMAN=
7 BINDIR= ${LIBEXECDIR}
9 .include <bsd.prog.mk>