003 File Manager
Current Path:
/usr/src/sbin/init
usr
/
src
/
sbin
/
init
/
📁
..
📄
Makefile
(674 B)
📄
Makefile.depend
(304 B)
📄
NOTES
(4.63 KB)
📄
init.8
(11.72 KB)
📄
init.c
(44.34 KB)
📄
pathnames.h
(2.03 KB)
📄
ttys.aarch64
(2.05 KB)
📄
ttys.amd64
(2.04 KB)
📄
ttys.arm
(2.04 KB)
📄
ttys.i386
(2.04 KB)
📄
ttys.mips
(1.47 KB)
📄
ttys.powerpc
(2.04 KB)
📄
ttys.riscv
(2.13 KB)
Editing: Makefile
# @(#)Makefile 8.1 (Berkeley) 7/19/93 # $FreeBSD$ CONFGROUPS= CONFTTYS PACKAGE=runtime PROG= init SRCS= init.c getmntopts.c MAN= init.8 PRECIOUSPROG= INSTALLFLAGS=-b -B.bak CFLAGS+=-DDEBUGSHELL -DSECURE -DLOGIN_CAP -DCOMPAT_SYSV_INIT LIBADD= util crypt CONFTTYSNAME= ttys .if exists(${.CURDIR}/ttys.${MACHINE}) CONFTTYS+= ttys.${MACHINE} .elif exists(${.CURDIR}/ttys.${MACHINE_ARCH}) CONFTTYS+= ttys.${MACHINE_ARCH} .elif exists(${.CURDIR}/ttys.${MACHINE_CPUARCH}) CONFTTYS+= ttys.${MACHINE_CPUARCH} .else .error MACHINE.ttys missing .endif # Needed for getmntopts.c MOUNT= ${SRCTOP}/sbin/mount CFLAGS+=-I${MOUNT} .PATH: ${MOUNT} NO_SHARED?= YES .include <bsd.prog.mk>
Upload File
Create Folder