repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
e1000: add i82583V 1000baseT Ethernet
[minix3.git]
/
sbin
/
shutdown
/
Makefile
blob
da2f31742be1740929f5b84f6d9ef8400c246c9e
1
# $NetBSD: Makefile,v 1.11 2009/04/11 07:58:13 lukem 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
>