aboutsummaryrefslogtreecommitdiffstats
path: root/network_cmds/netstat.tproj/Makefile
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-05-11 15:21:33 -0400
committerCameron Katri <me@cameronkatri.com>2021-05-11 15:21:33 -0400
commitc6c2ccbbeeccd3144957a26b6041fd8bd7b27486 (patch)
tree30d397cfa44ef0ed1d0a26355f17d95537899b42 /network_cmds/netstat.tproj/Makefile
parentc0cc487dfc7cf31a2ac002ee282594a767e3ead7 (diff)
downloadapple_cmds-c6c2ccbbeeccd3144957a26b6041fd8bd7b27486.tar.gz
apple_cmds-c6c2ccbbeeccd3144957a26b6041fd8bd7b27486.tar.zst
apple_cmds-c6c2ccbbeeccd3144957a26b6041fd8bd7b27486.zip
network_cmds: Get it all working
Diffstat (limited to 'network_cmds/netstat.tproj/Makefile')
-rw-r--r--network_cmds/netstat.tproj/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/network_cmds/netstat.tproj/Makefile b/network_cmds/netstat.tproj/Makefile
new file mode 100644
index 0000000..454465d
--- /dev/null
+++ b/network_cmds/netstat.tproj/Makefile
@@ -0,0 +1,8 @@
+PROG= netstat
+SRCS= data.c if.c inet.c inet6.c ipsec.c main.c \
+ mbuf.c mcast.c misc.c mptcp.c route.c systm.c \
+ tp_astring.c unix.c vsock.c
+
+BINDIR=/usr/bin
+
+.include <bsd.prog.mk>