summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1995-12-18 17:07:44 +0000
committerderaadt <deraadt@openbsd.org>1995-12-18 17:07:44 +0000
commit4d63b3fb064537ae4331dcb54646e42cb0be64a5 (patch)
tree68c0e67967aacb9f47455f6587601b6f73baefe7
parentcgtwo only exists on vmes; and thus only sun4 (we will deal with (diff)
downloadwireguard-openbsd-4d63b3fb064537ae4331dcb54646e42cb0be64a5.tar.xz
wireguard-openbsd-4d63b3fb064537ae4331dcb54646e42cb0be64a5.zip
from netbsd
-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>