aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/wall/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/wall/Makefile')
-rw-r--r--usr.bin/wall/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/wall/Makefile b/usr.bin/wall/Makefile
new file mode 100644
index 000000000000..1b0df1271354
--- /dev/null
+++ b/usr.bin/wall/Makefile
@@ -0,0 +1,6 @@
+PROG= wall
+SRCS= ttymsg.c wall.c
+BINGRP= tty
+BINMODE=2555
+
+.include <bsd.prog.mk>