003 File Manager
Current Path:
/usr/src/usr.sbin/ngctl
usr
/
src
/
usr.sbin
/
ngctl
/
📁
..
📄
Makefile
(347 B)
📄
Makefile.depend
(315 B)
📄
Makefile.depend.options
(162 B)
📄
config.c
(3.4 KB)
📄
connect.c
(3.13 KB)
📄
debug.c
(2.88 KB)
📄
dot.c
(6.46 KB)
📄
list.c
(4.21 KB)
📄
main.c
(14.06 KB)
📄
mkpeer.c
(3.1 KB)
📄
msg.c
(4.75 KB)
📄
name.c
(2.64 KB)
📄
ngctl.8
(4.83 KB)
📄
ngctl.h
(3.19 KB)
📄
rmhook.c
(2.87 KB)
📄
show.c
(4.09 KB)
📄
shutdown.c
(2.56 KB)
📄
status.c
(3.13 KB)
📄
types.c
(3.16 KB)
📄
write.c
(3.44 KB)
Editing: Makefile
# $FreeBSD$ # $Whistle: Makefile,v 1.3 1999/01/16 00:10:11 archie Exp $ .include <src.opts.mk> PROG= ngctl MAN= ngctl.8 SRCS= main.c mkpeer.c config.c connect.c dot.c name.c show.c list.c \ msg.c debug.c shutdown.c rmhook.c status.c types.c write.c WARNS?= 3 LIBADD= netgraph CFLAGS+= -DEDITLINE LIBADD+= edit pthread .include <bsd.prog.mk>
Upload File
Create Folder