xref: /dragonfly/usr.bin/what/Makefile (revision b40e316c)
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $DragonFly: src/usr.bin/what/Makefile,v 1.2 2004/11/19 17:46:40 liamfoy Exp $
3
4PROG=	what
5
6WARNS?=	6
7.include <bsd.prog.mk>
8