NetBSD/usr.bin/locate/code/Makefile

10 lines
201 B
Makefile
Raw Normal View History

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