]> git.ozlabs.org Git - ppp.git/blob - chat/Makefile.bsd
some extra includes (string.h and stdlib.h)
[ppp.git] / chat / Makefile.bsd
1 #       $Id: Makefile.bsd,v 1.2 1994/05/26 06:45:03 paulus Exp $
2
3 PROG=   chat
4 SRCS=   chat.c
5 MAN8=   chat.0
6 BINDIR= /usr/sbin
7
8 .include <bsd.prog.mk>