diff options
Diffstat (limited to 'usr.bin/chat/Makefile')
-rw-r--r-- | usr.bin/chat/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.bin/chat/Makefile b/usr.bin/chat/Makefile new file mode 100644 index 000000000000..1b53d2abb1f7 --- /dev/null +++ b/usr.bin/chat/Makefile @@ -0,0 +1,8 @@ +# I once used this extensively, but no longer have a modem. Feel free +# to ask me questions about it, but I disclaim ownership now. -Peter + +PACKAGE=ppp +PROG= chat +MAN= chat.8 + +.include <bsd.prog.mk> |