003 File Manager
Current Path:
/usr/src/sbin/devd
usr
/
src
/
sbin
/
devd
/
📁
..
📄
Makefile
(763 B)
📄
Makefile.depend
(354 B)
📄
apple.conf
(1.56 KB)
📄
asus.conf
(1.91 KB)
📄
devd.8
(4.5 KB)
📄
devd.cc
(29.19 KB)
📄
devd.conf
(9.66 KB)
📄
devd.conf.5
(22.54 KB)
📄
devd.h
(2.22 KB)
📄
devd.hh
(5.35 KB)
📄
devmatch.conf
(456 B)
📄
hyperv.conf
(3.62 KB)
📄
parse.y
(3.7 KB)
📁
tests
📄
token.l
(2.97 KB)
📄
uath.conf
(3.01 KB)
📄
ulpt.conf
(389 B)
📄
zfs.conf
(2.15 KB)
Editing: Makefile
# $FreeBSD$ .include <src.opts.mk> WARNS?= 3 PACKAGE=utilities CONFGROUPS= CONFS DEVD CONFS= devd.conf DEVD= devmatch.conf DEVDDIR= /etc/devd .if ${MK_ACPI} != "no" DEVD+= asus.conf .endif .if ${MK_HYPERV} != "no" DEVD+= hyperv.conf .endif .if ${MK_USB} != "no" DEVD+= uath.conf ulpt.conf .endif .if ${MACHINE_ARCH} == "powerpc" DEVD+= apple.conf .endif .if ${MK_ZFS} != "no" DEVD+= zfs.conf .endif PROG_CXX=devd SRCS= devd.cc token.l parse.y y.tab.h MAN= devd.8 devd.conf.5 NO_SHARED?=YES LIBADD= util YFLAGS+=-v CFLAGS+=-I. -I${.CURDIR} CFLAGS.clang += -Wno-missing-variable-declarations CFLAGS.gcc = -Wno-redundant-decls CXXFLAGS.gcc = -Wno-redundant-decls CLEANFILES= y.output y.tab.i HAS_TESTS= SUBDIR.${MK_TESTS}+= tests .include <bsd.prog.mk>
Upload File
Create Folder