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
libefivar: Remove unneeded WARNS setting (lib/Makefile.inc has it).
[dragonfly.git]
/
etc
/
devd
/
Makefile
blob
3ce6aa53e960ba32ca7fb7750da775776eed7719
1
# $FreeBSD: head/etc/devd/Makefile 261894 2014-02-14 15:31:48Z avg $
2
3
FILES
=
uath.conf usb.conf
4
5
.if
${
MACHINE_ARCH
} ==
"x86_64"
6
FILES
+=
asus.conf
7
.
endif
8
9
NOOBJ
=
10
FILESDIR
= /
etc
/
devd
11
FILESMODE
=
644
12
13
.
include
<
bsd.prog.mk
>