Makefile revision 100110
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD: head/usr.sbin/rwhod/Makefile 100110 2002-07-15 17:11:20Z des $
3
4PROG=	rwhod
5# XXX breaks on Alpha due to alignment constraints
6#WARNS?=	4
7MAN=	rwhod.8
8
9.include <bsd.prog.mk>
10