NetBSD/usr.sbin/pppd/chat/Makefile

11 lines
234 B
Makefile
Raw Normal View History

1997-05-18 01:23:04 +04:00
# $NetBSD: Makefile,v 1.6 1997/05/17 21:23:04 christos Exp $
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
1997-03-12 23:17:18 +03:00
#CFLAGS+= -Wall -Wstrict-prototypes -Wmissing-prototypes -Dlint
1993-08-14 10:29:28 +04:00
.include "../../Makefile.inc"
1993-08-14 10:29:28 +04:00
.include <bsd.prog.mk>