1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-30 16:51:41 +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>