NetBSD/usr.bin/locate/code/Makefile

10 lines
201 B
Makefile

# $NetBSD: Makefile,v 1.3 1994/12/22 06:17:41 jtc Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= locate.code
CFLAGS+=-I${.CURDIR}/../locate
NOMAN= noman
BINDIR= /usr/libexec
.include <bsd.prog.mk>