# $FreeBSD$ MAINTAINER= des@freebsd.org PROG= fetch CFLAGS+= -Wall -pedantic SRCS= fetch.c DPADD= ${LIBFETCH} LDADD= -lfetch .include