diff options
Diffstat (limited to 'usr.bin/tty/Makefile')
-rw-r--r-- | usr.bin/tty/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/tty/Makefile b/usr.bin/tty/Makefile new file mode 100644 index 000000000000..e0e47132f825 --- /dev/null +++ b/usr.bin/tty/Makefile @@ -0,0 +1,3 @@ +PROG= tty + +.include <bsd.prog.mk> |