NetBSD/usr.bin/locate/code/Makefile

10 lines
206 B
Makefile
Raw Normal View History

2001-12-12 04:48:43 +03:00
# $NetBSD: Makefile,v 1.6 2001/12/12 01:48:46 tv Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
1993-03-21 12:45:37 +03:00
PROG= locate.code
1997-10-24 13:00:17 +04:00
CPPFLAGS+=-I${.CURDIR}/../locate
2001-12-12 04:48:43 +03:00
NOMAN= # defined
1993-03-21 12:45:37 +03:00
BINDIR= /usr/libexec
.include <bsd.prog.mk>