xref: /dragonfly/usr.bin/who/Makefile (revision 71126e33)
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $DragonFly: src/usr.bin/who/Makefile,v 1.2 2004/10/29 17:09:09 liamfoy Exp $
3
4PROG=	who
5
6WARNS?= 6
7
8.include <bsd.prog.mk>
9