NetBSD/usr.bin/locate/code/Makefile

11 lines
210 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.7 2002/09/18 14:00:39 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
1993-03-21 12:45:37 +03:00
NOMAN= # defined
1993-03-21 12:45:37 +03:00
PROG= locate.code
1997-10-24 13:00:17 +04:00
CPPFLAGS+=-I${.CURDIR}/../locate
1993-03-21 12:45:37 +03:00
BINDIR= /usr/libexec
.include <bsd.prog.mk>