freebsd-dev/usr.bin/fetch/Makefile
Mark Murray 91bd71d206 Remove leaf node WARNS?=2 (that mainly I added). This should
help the GCC3 transition and CURRENT in general.
2002-02-08 22:31:43 +00:00

9 lines
114 B
Makefile

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