diff options
Diffstat (limited to 'sys/arch/sgi/compile')
-rw-r--r-- | sys/arch/sgi/compile/.cvsignore | 14 | ||||
-rw-r--r-- | sys/arch/sgi/compile/GENERIC-IP22/Makefile | 1 | ||||
-rw-r--r-- | sys/arch/sgi/compile/GENERIC-IP26/Makefile | 1 | ||||
-rw-r--r-- | sys/arch/sgi/compile/GENERIC-IP27.MP/Makefile | 1 | ||||
-rw-r--r-- | sys/arch/sgi/compile/GENERIC-IP27/Makefile | 1 | ||||
-rw-r--r-- | sys/arch/sgi/compile/GENERIC-IP28/Makefile | 1 | ||||
-rw-r--r-- | sys/arch/sgi/compile/GENERIC-IP30.MP/Makefile | 1 | ||||
-rw-r--r-- | sys/arch/sgi/compile/GENERIC-IP30/Makefile | 1 | ||||
-rw-r--r-- | sys/arch/sgi/compile/GENERIC-IP32/Makefile | 1 | ||||
-rw-r--r-- | sys/arch/sgi/compile/Makefile | 11 | ||||
-rw-r--r-- | sys/arch/sgi/compile/Makefile.inc | 19 | ||||
-rw-r--r-- | sys/arch/sgi/compile/RAMDISK-IP22/Makefile | 1 | ||||
-rw-r--r-- | sys/arch/sgi/compile/RAMDISK-IP26/Makefile | 1 | ||||
-rw-r--r-- | sys/arch/sgi/compile/RAMDISK-IP27/Makefile | 1 | ||||
-rw-r--r-- | sys/arch/sgi/compile/RAMDISK-IP28/Makefile | 1 | ||||
-rw-r--r-- | sys/arch/sgi/compile/RAMDISK-IP30/Makefile | 1 | ||||
-rw-r--r-- | sys/arch/sgi/compile/RAMDISK-IP32/Makefile | 1 |
17 files changed, 44 insertions, 14 deletions
diff --git a/sys/arch/sgi/compile/.cvsignore b/sys/arch/sgi/compile/.cvsignore deleted file mode 100644 index 74dcc58ecef..00000000000 --- a/sys/arch/sgi/compile/.cvsignore +++ /dev/null @@ -1,14 +0,0 @@ -GENERIC-IP22 -GENERIC-IP26 -GENERIC-IP27 -GENERIC-IP27.MP -GENERIC-IP28 -GENERIC-IP30 -GENERIC-IP30.MP -GENERIC-IP32 -RAMDISK-IP22 -RAMDISK-IP26 -RAMDISK-IP27 -RAMDISK-IP28 -RAMDISK-IP30 -RAMDISK-IP32 diff --git a/sys/arch/sgi/compile/GENERIC-IP22/Makefile b/sys/arch/sgi/compile/GENERIC-IP22/Makefile new file mode 100644 index 00000000000..01b5f23410c --- /dev/null +++ b/sys/arch/sgi/compile/GENERIC-IP22/Makefile @@ -0,0 +1 @@ +.include "../Makefile.inc" diff --git a/sys/arch/sgi/compile/GENERIC-IP26/Makefile b/sys/arch/sgi/compile/GENERIC-IP26/Makefile new file mode 100644 index 00000000000..01b5f23410c --- /dev/null +++ b/sys/arch/sgi/compile/GENERIC-IP26/Makefile @@ -0,0 +1 @@ +.include "../Makefile.inc" diff --git a/sys/arch/sgi/compile/GENERIC-IP27.MP/Makefile b/sys/arch/sgi/compile/GENERIC-IP27.MP/Makefile new file mode 100644 index 00000000000..01b5f23410c --- /dev/null +++ b/sys/arch/sgi/compile/GENERIC-IP27.MP/Makefile @@ -0,0 +1 @@ +.include "../Makefile.inc" diff --git a/sys/arch/sgi/compile/GENERIC-IP27/Makefile b/sys/arch/sgi/compile/GENERIC-IP27/Makefile new file mode 100644 index 00000000000..01b5f23410c --- /dev/null +++ b/sys/arch/sgi/compile/GENERIC-IP27/Makefile @@ -0,0 +1 @@ +.include "../Makefile.inc" diff --git a/sys/arch/sgi/compile/GENERIC-IP28/Makefile b/sys/arch/sgi/compile/GENERIC-IP28/Makefile new file mode 100644 index 00000000000..01b5f23410c --- /dev/null +++ b/sys/arch/sgi/compile/GENERIC-IP28/Makefile @@ -0,0 +1 @@ +.include "../Makefile.inc" diff --git a/sys/arch/sgi/compile/GENERIC-IP30.MP/Makefile b/sys/arch/sgi/compile/GENERIC-IP30.MP/Makefile new file mode 100644 index 00000000000..01b5f23410c --- /dev/null +++ b/sys/arch/sgi/compile/GENERIC-IP30.MP/Makefile @@ -0,0 +1 @@ +.include "../Makefile.inc" diff --git a/sys/arch/sgi/compile/GENERIC-IP30/Makefile b/sys/arch/sgi/compile/GENERIC-IP30/Makefile new file mode 100644 index 00000000000..01b5f23410c --- /dev/null +++ b/sys/arch/sgi/compile/GENERIC-IP30/Makefile @@ -0,0 +1 @@ +.include "../Makefile.inc" diff --git a/sys/arch/sgi/compile/GENERIC-IP32/Makefile b/sys/arch/sgi/compile/GENERIC-IP32/Makefile new file mode 100644 index 00000000000..01b5f23410c --- /dev/null +++ b/sys/arch/sgi/compile/GENERIC-IP32/Makefile @@ -0,0 +1 @@ +.include "../Makefile.inc" diff --git a/sys/arch/sgi/compile/Makefile b/sys/arch/sgi/compile/Makefile new file mode 100644 index 00000000000..0f147f11628 --- /dev/null +++ b/sys/arch/sgi/compile/Makefile @@ -0,0 +1,11 @@ +# $OpenBSD: Makefile,v 1.1 2016/10/14 18:43:00 deraadt Exp $ + +.if make(obj) || make(clean) +SUBDIR!=find . -type d -maxdepth 1 \! \( -name . -o -name CVS \) +#SUBDIR=GENERIC-IP22 GENERIC-IP26 GENERIC-IP27 GENERIC-IP27.MP \ +# GENERIC-IP28 GENERIC-IP30 GENERIC-IP30.MP GENERIC-IP32 \ +# RAMDISK-IP22 RAMDISK-IP26 RAMDISK-IP27 RAMDISK-IP28 \ +# RAMDISK-IP30 RAMDISK-IP32 +.endif + +.include <bsd.subdir.mk> diff --git a/sys/arch/sgi/compile/Makefile.inc b/sys/arch/sgi/compile/Makefile.inc new file mode 100644 index 00000000000..d79a8803ef2 --- /dev/null +++ b/sys/arch/sgi/compile/Makefile.inc @@ -0,0 +1,19 @@ +SYSDIR != cd ${.CURDIR}/../../../..; pwd +CONFDIR != cd ${.CURDIR}/../../conf; pwd + +.if ${.CURDIR} == ${.OBJDIR} +.PHONY: config +config: + @echo make obj required first >&2 + @false +.elif !exists(${OBJDIR}/Makefile) +.PHONY: config clean +config: + config -b ${.OBJDIR} -s ${SYSDIR} ${CONFDIR}/${.CURDIR:T} + +clean: + +.endif + +.include <bsd.obj.mk> + diff --git a/sys/arch/sgi/compile/RAMDISK-IP22/Makefile b/sys/arch/sgi/compile/RAMDISK-IP22/Makefile new file mode 100644 index 00000000000..01b5f23410c --- /dev/null +++ b/sys/arch/sgi/compile/RAMDISK-IP22/Makefile @@ -0,0 +1 @@ +.include "../Makefile.inc" diff --git a/sys/arch/sgi/compile/RAMDISK-IP26/Makefile b/sys/arch/sgi/compile/RAMDISK-IP26/Makefile new file mode 100644 index 00000000000..01b5f23410c --- /dev/null +++ b/sys/arch/sgi/compile/RAMDISK-IP26/Makefile @@ -0,0 +1 @@ +.include "../Makefile.inc" diff --git a/sys/arch/sgi/compile/RAMDISK-IP27/Makefile b/sys/arch/sgi/compile/RAMDISK-IP27/Makefile new file mode 100644 index 00000000000..01b5f23410c --- /dev/null +++ b/sys/arch/sgi/compile/RAMDISK-IP27/Makefile @@ -0,0 +1 @@ +.include "../Makefile.inc" diff --git a/sys/arch/sgi/compile/RAMDISK-IP28/Makefile b/sys/arch/sgi/compile/RAMDISK-IP28/Makefile new file mode 100644 index 00000000000..01b5f23410c --- /dev/null +++ b/sys/arch/sgi/compile/RAMDISK-IP28/Makefile @@ -0,0 +1 @@ +.include "../Makefile.inc" diff --git a/sys/arch/sgi/compile/RAMDISK-IP30/Makefile b/sys/arch/sgi/compile/RAMDISK-IP30/Makefile new file mode 100644 index 00000000000..01b5f23410c --- /dev/null +++ b/sys/arch/sgi/compile/RAMDISK-IP30/Makefile @@ -0,0 +1 @@ +.include "../Makefile.inc" diff --git a/sys/arch/sgi/compile/RAMDISK-IP32/Makefile b/sys/arch/sgi/compile/RAMDISK-IP32/Makefile new file mode 100644 index 00000000000..01b5f23410c --- /dev/null +++ b/sys/arch/sgi/compile/RAMDISK-IP32/Makefile @@ -0,0 +1 @@ +.include "../Makefile.inc" |