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
Do not run mandoc for lintmanpages if MANPAGES is empty.
[netbsd-mini2440.git]
/
libexec
/
utmp_update
/
Makefile
blob
ac9f33f6c2a3beadc46d5b9103ec2800a58d875f
1
# $NetBSD: Makefile,v 1.2 2002/09/18 06:21:15 lukem Exp $
2
3
PROG
=
utmp_update
4
MAN
=
utmp_update
.8
5
BINOWN
=
root
6
BINMODE
=
4555
7
8
.
include
<
bsd.prog.mk
>