repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Reorder an unlock to avoid a recursive vnode lock in the sys_mount() code.
[dragonfly.git]
/
usr.bin
/
last
/
Makefile
blob
8924186db17938f8c8b5c3baa98293d5cc045699
1
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
2
# $FreeBSD: src/usr.bin/last/Makefile,v 1.1.1.1.14.2 2001/08/01 23:54:27 obrien Exp $
3
# $DragonFly: src/usr.bin/last/Makefile,v 1.3 2007/08/27 16:50:55 pavalos Exp $
4
5
PROG
=
last
6
WARNS?
=
1
7
8
.
include
<
bsd.prog.mk
>