freebsd-src/sbin/shutdown/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
190 B
Makefile
Raw Normal View History

PACKAGE=runtime
PROG= shutdown
MAN= shutdown.8
LINKS= ${BINDIR}/shutdown ${BINDIR}/poweroff
MLINKS= shutdown.8 poweroff.8
BINOWN= root
BINGRP= operator
BINMODE=4554
.include <bsd.prog.mk>