summaryrefslogtreecommitdiff
path: root/bsdinstall/distfetch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bsdinstall/distfetch/Makefile')
-rw-r--r--bsdinstall/distfetch/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/bsdinstall/distfetch/Makefile b/bsdinstall/distfetch/Makefile
deleted file mode 100644
index 70ecb381d485..000000000000
--- a/bsdinstall/distfetch/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-# $FreeBSD$
-
-BINDIR= ${LIBEXECDIR}/bsdinstall
-PROG= distfetch
-LIBADD= fetch dialog m
-
-MAN=
-
-.include <bsd.prog.mk>