summaryrefslogtreecommitdiff
path: root/www/gopherus/files/Makefile
blob: 2a9a4e2d1d8a62007c5cb51964740d490fb9fb20 (plain) (blame)
1
2
3
4
5
6
PROG=	gopherus
SRCS=	gopherus.c dnscache.c fs/fs-lin.c history.c net/net-bsd.c parseurl.c readflin.c startpg.c ui/ui-curse.c wordwrap.c
MAN=
BINDIR=	${PREFIX}/bin

.include <bsd.prog.mk>