NetBSD/usr.sbin/pppd/chat/Makefile

10 lines
204 B
Makefile

# $NetBSD: Makefile,v 1.4 1997/03/12 20:18:33 christos Exp $
PROG= chat
SRCS= chat.c
MAN= chat.8
BINDIR= /usr/sbin
#CFLAGS+= -Wall -Wstrict-prototypes -Wmissing-prototypes -Dlint
.include <bsd.prog.mk>