NetBSD/usr.bin/locate/code/Makefile
jtc 7f8ee3fcb6 Merged with 4.4lite.
Changed to conform to NetBSD's new RCS Id convention.
1994-12-22 06:17:28 +00:00

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>