NetBSD/usr.sbin/pppd/chat/Makefile

11 lines
180 B
Makefile

# $NetBSD: Makefile,v 1.7 1997/09/26 19:52:13 christos Exp $
WARNS?= 1
PROG= chat
SRCS= chat.c
MAN= chat.8
BINDIR= /usr/sbin
.include "../../Makefile.inc"
.include <bsd.prog.mk>