1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00
freebsd/usr.bin/fetch/Makefile

10 lines
125 B
Makefile

# $FreeBSD$
MAINTAINER= des@freebsd.org
PROG= fetch
WARNS?= 2
DPADD= ${LIBFETCH}
LDADD= -lfetch
.include <bsd.prog.mk>