diff options
| author | 2019-04-29 15:56:43 +0000 | |
|---|---|---|
| committer | 2019-04-29 15:56:43 +0000 | |
| commit | 956c58cb5e679328c7fe09365ae209b507cff0b5 (patch) | |
| tree | 34f3878d691e30a61cd8346251a0b1f754722e46 | |
| parent | TOPDIR and TOP are not neccessary. (diff) | |
| download | wireguard-openbsd-956c58cb5e679328c7fe09365ae209b507cff0b5.tar.xz wireguard-openbsd-956c58cb5e679328c7fe09365ae209b507cff0b5.zip | |
These Makefile.inc are now empty and unused.
| -rw-r--r-- | distrib/alpha/Makefile.inc | 2 | ||||
| -rw-r--r-- | distrib/alpha/inst-common/Makefile.inc | 31 | ||||
| -rw-r--r-- | distrib/amd64/Makefile.inc | 3 | ||||
| -rw-r--r-- | distrib/hppa/Makefile.inc | 2 | ||||
| -rw-r--r-- | distrib/i386/Makefile.inc | 3 | ||||
| -rw-r--r-- | distrib/loongson/Makefile.inc | 3 | ||||
| -rw-r--r-- | distrib/luna88k/Makefile.inc | 7 | ||||
| -rw-r--r-- | distrib/sgi/Makefile.inc | 3 | ||||
| -rw-r--r-- | distrib/sparc64/Makefile.inc | 2 |
9 files changed, 0 insertions, 56 deletions
diff --git a/distrib/alpha/Makefile.inc b/distrib/alpha/Makefile.inc deleted file mode 100644 index 29481c58ef3..00000000000 --- a/distrib/alpha/Makefile.inc +++ /dev/null @@ -1,2 +0,0 @@ -# $OpenBSD: Makefile.inc,v 1.5 2019/04/29 01:48:39 deraadt Exp $ - diff --git a/distrib/alpha/inst-common/Makefile.inc b/distrib/alpha/inst-common/Makefile.inc deleted file mode 100644 index 12b96fbb51e..00000000000 --- a/distrib/alpha/inst-common/Makefile.inc +++ /dev/null @@ -1,31 +0,0 @@ -# -# $OpenBSD: Makefile.inc,v 1.17 2019/04/28 15:21:49 deraadt Exp $ -# - -# TOP is assumed to be defined by Makefile including this one. - -UTILS= ${TOP}/../miniroot - -LISTS?= ${.CURDIR}/../common/list -CRUNCHCONF?= instbin.conf -MTREE= ${UTILS}/mtree.conf -STRIPOPTS?= -R .eh_frame -R .SUNW_ctf -R .shstrtab - -${CRUNCHCONF}: ${LISTS} - awk -f ${UTILS}/makeconf.awk ${LISTS} > instbin.conf - -instbin.mk instbin.cache instbin.c: ${CRUNCHCONF} - crunchgen -E -D ${BSDSRCDIR} -L ${DESTDIR}/usr/lib ${CRUNCHCONF} - -instbin: instbin.mk instbin.cache instbin.c - ${MAKE} -f instbin.mk SRCLIBDIR=${.CURDIR}/../../../lib all - strip ${STRIPOPTS} instbin - -clean cleandir: - /bin/rm -f *.core ${IMAGE} instbin instbin.mk instbin.cache \ - *.o *.lo *.c \ - lib*.a lib*.olist instbin.map ${CLEANFILES} - /bin/rm -rf ${IMAGE}.d - -.include <bsd.obj.mk> -.include <bsd.subdir.mk> diff --git a/distrib/amd64/Makefile.inc b/distrib/amd64/Makefile.inc deleted file mode 100644 index e0f82c772a9..00000000000 --- a/distrib/amd64/Makefile.inc +++ /dev/null @@ -1,3 +0,0 @@ -# $OpenBSD: Makefile.inc,v 1.2 2019/04/29 01:48:39 deraadt Exp $ - -.include <bsd.own.mk> diff --git a/distrib/hppa/Makefile.inc b/distrib/hppa/Makefile.inc deleted file mode 100644 index ae30927ef90..00000000000 --- a/distrib/hppa/Makefile.inc +++ /dev/null @@ -1,2 +0,0 @@ -# $OpenBSD: Makefile.inc,v 1.2 2019/04/29 01:48:39 deraadt Exp $ - diff --git a/distrib/i386/Makefile.inc b/distrib/i386/Makefile.inc deleted file mode 100644 index 9ab174b4316..00000000000 --- a/distrib/i386/Makefile.inc +++ /dev/null @@ -1,3 +0,0 @@ -# $OpenBSD: Makefile.inc,v 1.2 2019/04/29 01:48:40 deraadt Exp $ - -.include <bsd.own.mk> diff --git a/distrib/loongson/Makefile.inc b/distrib/loongson/Makefile.inc deleted file mode 100644 index 9ab174b4316..00000000000 --- a/distrib/loongson/Makefile.inc +++ /dev/null @@ -1,3 +0,0 @@ -# $OpenBSD: Makefile.inc,v 1.2 2019/04/29 01:48:40 deraadt Exp $ - -.include <bsd.own.mk> diff --git a/distrib/luna88k/Makefile.inc b/distrib/luna88k/Makefile.inc deleted file mode 100644 index fb3573b3c5d..00000000000 --- a/distrib/luna88k/Makefile.inc +++ /dev/null @@ -1,7 +0,0 @@ -# $OpenBSD: Makefile.inc,v 1.2 2019/04/29 01:48:40 deraadt Exp $ - -LDSTATIC=-static - -# Hack needed to find kernel images... -BSDSRCDIR?=/usr/src -SRCSYSDIR?=${BSDSRCDIR}/sys diff --git a/distrib/sgi/Makefile.inc b/distrib/sgi/Makefile.inc deleted file mode 100644 index 9ab174b4316..00000000000 --- a/distrib/sgi/Makefile.inc +++ /dev/null @@ -1,3 +0,0 @@ -# $OpenBSD: Makefile.inc,v 1.2 2019/04/29 01:48:40 deraadt Exp $ - -.include <bsd.own.mk> diff --git a/distrib/sparc64/Makefile.inc b/distrib/sparc64/Makefile.inc deleted file mode 100644 index afbd3b05d8b..00000000000 --- a/distrib/sparc64/Makefile.inc +++ /dev/null @@ -1,2 +0,0 @@ -# $OpenBSD: Makefile.inc,v 1.3 2019/04/29 01:48:41 deraadt Exp $ - |
