NetBSD/usr.sbin/pppd/chat/Makefile

9 lines
131 B
Makefile
Raw Normal View History

1994-12-22 14:32:57 +03:00
# $Id: Makefile,v 1.3 1994/12/22 11:38:20 cgd Exp $
1993-08-14 10:29:28 +04:00
PROG= chat
SRCS= chat.c
1994-12-22 14:32:57 +03:00
MAN= chat.8
1993-08-14 10:29:28 +04:00
BINDIR= /usr/sbin
.include <bsd.prog.mk>