003 File Manager
Current Path:
/usr/src/usr.sbin/autofs
usr
/
src
/
usr.sbin
/
autofs
/
📁
..
📄
Makefile
(583 B)
📄
Makefile.depend
(288 B)
📄
auto_master
(297 B)
📄
auto_master.5
(9.63 KB)
📁
autofs
📄
automount.8
(3.06 KB)
📄
automount.c
(9.03 KB)
📄
automountd.8
(3.06 KB)
📄
automountd.c
(12.97 KB)
📄
autounmountd.8
(2.75 KB)
📄
autounmountd.c
(8.49 KB)
📄
common.c
(26.22 KB)
📄
common.h
(4 KB)
📄
defined.c
(6.14 KB)
📄
log.c
(4.78 KB)
📄
popen.c
(4.95 KB)
📄
token.l
(1.96 KB)
Editing: Makefile
# $FreeBSD$ CONFS= auto_master PACKAGE=autofs PROG= automountd SRCS= automount.c SRCS+= automountd.c SRCS+= autounmountd.c SRCS+= common.c SRCS+= defined.c SRCS+= getmntopts.c SRCS+= log.c SRCS+= popen.c SRCS+= token.l CFLAGS+=-I${.CURDIR} CFLAGS+=-I${SRCTOP}/sys/fs/autofs MAN= automount.8 automountd.8 autounmountd.8 auto_master.5 LIBADD= util # Needed for getmntopts.c MOUNT= ${SRCTOP}/sbin/mount CFLAGS+=-I${MOUNT} LINKS= ${BINDIR}/automountd ${BINDIR}/automount LINKS+= ${BINDIR}/automountd ${BINDIR}/autounmountd .PATH: ${MOUNT} SUBDIR= autofs .include <bsd.prog.mk>
Upload File
Create Folder