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