xref: /freebsd/usr.sbin/rwhod/Makefile (revision 9336e0699bda8a301cd2bfa37106b6ec5e32012e)
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD$
3
4PROG=	rwhod
5MAN=	rwhod.8
6
7# XXX breaks on Alpha due to alignment constraints
8#WARNS?=	4
9
10.include <bsd.prog.mk>
11