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
Fix `/etc/rc.d/dhclient stop' by explicitly returning 0, otherwise
[dragonfly.git]
/
usr.bin
/
lockf
/
Makefile
blob
5808850d54087cde262dfae86549107a075744ec
1
# $FreeBSD: src/usr.bin/lockf/Makefile,v 1.4 1999/08/28 01:03:05 peter Exp $
2
# $DragonFly: src/usr.bin/lockf/Makefile,v 1.3 2005/01/05 00:46:52 cpressey Exp $
3
4
PROG
=
lockf
5
CFLAGS
+=-
Wall
6
WARNS?
=
6
7
8
.
include
<
bsd.prog.mk
>