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
kernel - Fix auto port assignment collision in network code
[dragonfly.git]
/
usr.sbin
/
acpi
/
acpiconf
/
Makefile
blob
d7c38736cfd58b7b8882d101bfb18dce06cb553f
1
# $Id: Makefile,v 1.2 2000/07/14 18:16:25 iwasaki Exp $
2
# $FreeBSD: head/usr.sbin/acpi/acpiconf/Makefile 201390 2010-01-02 11:07:44Z ed $
3
4
PROG
=
acpiconf
5
MAN
=
acpiconf
.8
6
LINKS
= ${
BINDIR
}/
acpiconf
${
BINDIR
}/
apm
7
MLINKS
=
acpiconf
.8
apm
.8
8
9
.
include
<
bsd.prog.mk
>