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