From c6c2ccbbeeccd3144957a26b6041fd8bd7b27486 Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Tue, 11 May 2021 15:21:33 -0400 Subject: network_cmds: Get it all working --- network_cmds/ifconfig.tproj/Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 network_cmds/ifconfig.tproj/Makefile (limited to 'network_cmds/ifconfig.tproj/Makefile') diff --git a/network_cmds/ifconfig.tproj/Makefile b/network_cmds/ifconfig.tproj/Makefile new file mode 100644 index 0000000..61a64da --- /dev/null +++ b/network_cmds/ifconfig.tproj/Makefile @@ -0,0 +1,18 @@ +PROG= ifconfig +MAN= ifconfig.8 +SRCS= af_inet.c \ + af_inet6.c \ + af_link.c \ + if6lowpan.c \ + ifbond.c \ + ifbridge.c \ + ifclone.c \ + ifconfig.c \ + iffake.c \ + ifmedia.c \ + ifvlan.c \ + nexus.c + +BINDIR=/sbin + +.include -- cgit v1.2.3-56-ge451