summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/stand/installboot
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-18 17:07:45 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-18 17:07:45 +0000
commitc4ee0e42b664bc2accce723ca803a159bbf5ff43 (patch)
tree8cb97e43517d4ebbadccb23431a1852ec823c908 /sys/arch/alpha/stand/installboot
parentba334c3e81a843baefd5e0eedc037b004a729398 (diff)
from netbsd
Diffstat (limited to 'sys/arch/alpha/stand/installboot')
-rw-r--r--sys/arch/alpha/stand/installboot/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/arch/alpha/stand/installboot/Makefile b/sys/arch/alpha/stand/installboot/Makefile
new file mode 100644
index 00000000000..a051929ffb8
--- /dev/null
+++ b/sys/arch/alpha/stand/installboot/Makefile
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1 1995/11/23 02:41:18 cgd Exp $
+
+.PATH: ${.CURDIR}/..
+
+PROG = installboot
+NOMAN =
+BINDIR = /usr/mdec
+
+CFLAGS += -g
+
+.include <bsd.prog.mk>