summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/stand/stripboot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hp300/stand/stripboot/Makefile')
-rw-r--r--sys/arch/hp300/stand/stripboot/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/arch/hp300/stand/stripboot/Makefile b/sys/arch/hp300/stand/stripboot/Makefile
new file mode 100644
index 00000000000..dd57bd3a818
--- /dev/null
+++ b/sys/arch/hp300/stand/stripboot/Makefile
@@ -0,0 +1,12 @@
+# $OpenBSD: Makefile,v 1.1 1997/09/14 12:54:26 downsj Exp $
+
+PROG= stripboot
+NOMAN=
+
+CFLAGS+= -I${.CURDIR}/../include
+
+${OBJS}: ${.CURDIR}/../Makefile.inc
+
+install:
+
+.include <bsd.prog.mk>