mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
023fc80ee3
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Similar commit in main:
(cherry picked from commit d0b2dbfa0e
)
13 lines
228 B
Makefile
13 lines
228 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
|
|
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>
|