repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
sbin
/
shutdown
/
Makefile
blob
3cf1712db63afad0883008e36d7b4e927378852c
1
# $NetBSD: Makefile,v 1.10 2007/05/28 12:06:23 tls Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/5/93
3
4
USE_FORT?
=
yes
# setuid
5
PROG
=
shutdown
6
MAN
=
shutdown
.8
7
BINOWN
=
root
8
BINGRP
=
operator
9
BINMODE
=
4554
10
11
.
include
<
bsd.prog.mk
>