mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
91bd71d206
help the GCC3 transition and CURRENT in general.
9 lines
114 B
Makefile
9 lines
114 B
Makefile
# $FreeBSD$
|
|
|
|
MAINTAINER= des@freebsd.org
|
|
PROG= fetch
|
|
DPADD= ${LIBFETCH}
|
|
LDADD= -lfetch
|
|
|
|
.include <bsd.prog.mk>
|