NetBSD/usr.sbin/pppd/chat/Makefile

11 lines
180 B
Makefile
Raw Normal View History

1997-09-26 23:52:08 +04:00
# $NetBSD: Makefile,v 1.7 1997/09/26 19:52:13 christos Exp $
1993-08-14 10:29:28 +04:00
1997-09-26 23:52:08 +04:00
WARNS?= 1
1993-08-14 10:29:28 +04:00
PROG= chat
1997-05-18 01:23:04 +04:00
SRCS= chat.c
1994-12-22 14:32:57 +03:00
MAN= chat.8
1997-05-18 01:23:04 +04:00
BINDIR= /usr/sbin
1993-08-14 10:29:28 +04:00
.include "../../Makefile.inc"
1993-08-14 10:29:28 +04:00
.include <bsd.prog.mk>