xref: /dragonfly/usr.bin/look/Makefile (revision 49781055)
1#	@(#)Makefile	8.1 (Berkeley) 6/9/93
2# $DragonFly: src/usr.bin/look/Makefile,v 1.2 2005/01/07 02:43:41 cpressey Exp $
3
4PROG=	look
5WARNS?=	6
6
7.include <bsd.prog.mk>
8