1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00
freebsd/usr.bin/fetch/Makefile
2000-06-28 16:55:15 +00:00

11 lines
154 B
Makefile

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