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
ext2fs - A few bug fixes and syntax adjustments.
[dragonfly.git]
/
sbin
/
sysctl
/
Makefile
blob
8f2a1bb82760e3ebcdc502c26119007c22496d4a
1
# @(#)Makefile 8.1 (Berkeley) 6/6/93
2
# $FreeBSD: src/sbin/sysctl/Makefile,v 1.5.2.1 2001/04/25 10:58:53 ru Exp $
3
# $DragonFly: src/sbin/sysctl/Makefile,v 1.4 2006/10/17 00:55:44 pavalos Exp $
4
5
PROG
=
sysctl
6
MAN
=
sysctl
.8
7
WARNS?
=
2
8
9
.
include
<
bsd.prog.mk
>