summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mptutil/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/mptutil/Makefile')
-rw-r--r--usr.sbin/mptutil/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/usr.sbin/mptutil/Makefile b/usr.sbin/mptutil/Makefile
deleted file mode 100644
index 53d75b3..0000000
--- a/usr.sbin/mptutil/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $FreeBSD$
-
-PROG= mptutil
-SRCS= mptutil.c mpt_cam.c mpt_cmd.c mpt_config.c mpt_drive.c mpt_evt.c \
- mpt_show.c mpt_volume.c
-# mpt_flash.c
-MAN= mptutil.8
-
-WARNS?= 3
-
-DPADD= ${LIBCAM} ${LIBSBUF} ${LIBUTIL}
-LDADD= -lcam -lsbuf -lutil
-
-# Here be dragons
-.ifdef DEBUG
-CFLAGS+= -DDEBUG
-.endif
-
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud