NetBSD/usr.bin/locate/code/Makefile

9 lines
146 B
Makefile
Raw Normal View History

1993-03-21 12:45:37 +03:00
# @(#)Makefile 5.1 (Berkeley) 5/11/90
PROG= locate.code
CFLAGS+=-I${.CURDIR}/../locate
NOMAN= noman
BINDIR= /usr/libexec
.include <bsd.prog.mk>