1# @(#)Makefile 8.1 (Berkeley) 6/5/93 2 3PROG= shutdown 4MAN8= shutdown.8 5BINOWN= root 6BINGRP= operator 7BINMODE=4550 8 9.include <bsd.prog.mk> 10