xref: /original-bsd/usr.bin/locate/bigram/Makefile (revision 4d1ce0b0)
1#	@(#)Makefile	5.1 (Berkeley) 05/11/90
2
3PROG=	locate.bigram
4NOMAN=	noman
5BINDIR=	/usr/libexec
6
7.include <bsd.prog.mk>
8