mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05:00
9 lines
202 B
Makefile
9 lines
202 B
Makefile
# $FreeBSD$
|
|
|
|
# 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
|
|
|
|
PROG= chat
|
|
MAN= chat.8
|
|
|
|
.include <bsd.prog.mk>
|