#	BSDI	$Id: Makefile,v 1.1.1.1 1995/01/03 18:10:32 polk Exp $

PROG=	lynx
SRCS=	LYClean.c LYShowInfo.c LYEdit.c LYStrings.c \
	LYMail.c HTAlert.c GridText.c LYGetFile.c \
	LYMain.c LYMainLoop.c LYCurses.c LYBookmark.c LYUtils.c \
	LYOptions.c LYReadCFG.c LYSearch.c LYHistory.c \
	LYForms.c LYPrint.c LYrcFile.c LYDownload.c LYNews.c LYKeymap.c \
	HTML.c HTFWriter.c HTInit.c DefaultStyle.c LYLocal.c LYUpload.c \
	LYLeaks.c LYexit.c LYJump.c
CFLAGS+=-I. -I${.CURDIR} -I${.CURDIR}/.. -I${.CURDIR}/../WWW
CFLAGS+=-DNO_CUSERID -DUNIX -DNO_KEYPAD
LDADD+=	${.CURDIR}/../WWW/obj/libWWW.a -lcurses -ltermcap
LPADD+=	${.CURDIR}/../WWW/obj/libWWW.a ${LIBCURSES} ${LIBTERMCAP}

.include <bsd.prog.mk>
