1 2 3 4 5 6 7 8 9
# $FreeBSD$ .include <bsd.own.mk> PROG= fetch LDADD+= -lfetch @LIBS@ CPPFLAGS+= -DHAVE_CONFIG_H .include <bsd.prog.mk>