003 File Manager
Current Path:
/usr/src/usr.sbin/inetd
usr
/
src
/
usr.sbin
/
inetd
/
📁
..
📄
Makefile
(418 B)
📄
Makefile.depend
(320 B)
📄
Makefile.depend.options
(120 B)
📄
builtins.c
(19.76 KB)
📄
inetd.8
(23.5 KB)
📄
inetd.c
(63.76 KB)
📄
inetd.conf
(5.1 KB)
📄
inetd.h
(5.34 KB)
📄
pathnames.h
(1.76 KB)
Editing: Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD$ .include <src.opts.mk> CONFS= inetd.conf PROG= inetd MAN= inetd.8 MLINKS= inetd.8 inetd.conf.5 SRCS= inetd.c builtins.c CFLAGS+= -DLOGIN_CAP #CFLAGS+= -DSANITY_CHECK .if ${MK_INET6_SUPPORT} != "no" CFLAGS+= -DINET6 .endif LIBADD= util .if ${MK_TCP_WRAPPERS} != "no" CFLAGS+= -DLIBWRAP LIBADD+= wrap .endif CFLAGS+= -DIPSEC LIBADD+= ipsec .include <bsd.prog.mk>
Upload File
Create Folder