blob: b1ff0f7d6b62ef444e1b9632b2b90502299f13ac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD: src/usr.bin/locate/code/Makefile,v 1.4 1999/08/28 01:02:55 peter Exp $
PROG= locate.code
CFLAGS+=-I${.CURDIR}/../locate
NOMAN= noman
BINDIR= ${LIBEXECDIR}
.include <bsd.prog.mk>
|