summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/stand/mkboot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hp300/stand/mkboot/Makefile')
-rw-r--r--sys/arch/hp300/stand/mkboot/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/sys/arch/hp300/stand/mkboot/Makefile b/sys/arch/hp300/stand/mkboot/Makefile
deleted file mode 100644
index c0f16a9a46b..00000000000
--- a/sys/arch/hp300/stand/mkboot/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# $OpenBSD: Makefile,v 1.4 2013/01/01 17:17:44 miod Exp $
-# $NetBSD: Makefile,v 1.2 1997/05/14 07:57:13 thorpej Exp $
-
-PROG= mkboot
-NOMAN=
-NOPIE=
-
-CFLAGS+= -I${.CURDIR}/../include
-CPPFLAGS=
-
-install:
-
-.include <bsd.prog.mk>