1# @(#)Makefile 8.1 (Berkeley) 6/6/93 2# $FreeBSD$ 3 4PROG= rwhod 5MAN= rwhod.8 6 7PACKAGE=rcmds 8 9WARNS?= 3 10 11.include <bsd.prog.mk> 12