aboutsummaryrefslogtreecommitdiffstats
path: root/network_cmds/mnc.tproj/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'network_cmds/mnc.tproj/Makefile')
-rw-r--r--network_cmds/mnc.tproj/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/network_cmds/mnc.tproj/Makefile b/network_cmds/mnc.tproj/Makefile
new file mode 100644
index 0000000..146b027
--- /dev/null
+++ b/network_cmds/mnc.tproj/Makefile
@@ -0,0 +1,7 @@
+PROG= mnc
+SRCS= mnc_error.c mnc_main.c \
+ mnc_multicast.c mnc_opts.c
+
+BINDIR=/usr/bin
+
+.include <bsd.prog.mk>