NetBSD/usr.sbin/pppd/chat/Makefile

11 lines
234 B
Makefile

# $NetBSD: Makefile,v 1.6 1997/05/17 21:23:04 christos Exp $
PROG= chat
SRCS= chat.c
MAN= chat.8
BINDIR= /usr/sbin
#CFLAGS+= -Wall -Wstrict-prototypes -Wmissing-prototypes -Dlint
.include "../../Makefile.inc"
.include <bsd.prog.mk>