Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/sushi Fix a bunch of makefiles that prove that I canno...
details: https://anonhg.NetBSD.org/src/rev/8473dcbfc66a
branches: trunk
changeset: 509064:8473dcbfc66a
user: garbled <garbled%NetBSD.org@localhost>
date: Wed Apr 25 18:32:01 2001 +0000
description:
Fix a bunch of makefiles that prove that I cannot count the right number of
..'s
diffstat:
share/sushi/Makefile.inc | 3 ---
share/sushi/network/exports/Makefile | 4 ++--
share/sushi/network/exports/addexport/Makefile | 4 ++--
share/sushi/network/exports/delexport/Makefile | 4 ++--
share/sushi/network/hosts/Makefile | 4 ++--
share/sushi/network/hosts/addhost/Makefile | 4 ++--
share/sushi/network/hosts/addv6host/Makefile | 4 ++--
share/sushi/network/hosts/delhost/Makefile | 4 ++--
share/sushi/network/hosts/modhost/Makefile | 4 ++--
share/sushi/network/hosts/modv6host/Makefile | 4 ++--
share/sushi/network/interfaces/Makefile | 4 ++--
share/sushi/network/interfaces/interface/Makefile | 4 ++--
share/sushi/network/interfaces/listif/Makefile | 4 ++--
share/sushi/network/routing/Makefile | 4 ++--
share/sushi/network/routing/default/Makefile | 4 ++--
share/sushi/network/routing/ipv4table/Makefile | 4 ++--
share/sushi/network/yp/Makefile | 4 ++--
share/sushi/network/yp/client/Makefile | 4 ++--
share/sushi/network/yp/domainname/Makefile | 4 ++--
share/sushi/network/yp/master/Makefile | 4 ++--
share/sushi/network/yp/slave/Makefile | 4 ++--
21 files changed, 40 insertions(+), 43 deletions(-)
diffs (truncated from 328 to 300 lines):
diff -r 18d579ad7b8f -r 8473dcbfc66a share/sushi/Makefile.inc
--- a/share/sushi/Makefile.inc Wed Apr 25 18:09:52 2001 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-# $NetBSD: Makefile.inc,v 1.1 2001/04/25 10:31:30 tron Exp $
-
-.include "../Makefile.inc"
diff -r 18d579ad7b8f -r 8473dcbfc66a share/sushi/network/exports/Makefile
--- a/share/sushi/network/exports/Makefile Wed Apr 25 18:09:52 2001 +0000
+++ b/share/sushi/network/exports/Makefile Wed Apr 25 18:32:01 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2001/04/25 03:43:25 garbled Exp $
+# $NetBSD: Makefile,v 1.2 2001/04/25 18:32:01 garbled Exp $
SUBDIR= addexport delexport
@@ -6,6 +6,6 @@
FILESDIR=${BINDIR}/sushi/network/exports
MKOBJ= no
-.include "../../Makefile.inc"
+.include "../../../Makefile.inc"
.include <bsd.prog.mk>
.include <bsd.subdir.mk>
diff -r 18d579ad7b8f -r 8473dcbfc66a share/sushi/network/exports/addexport/Makefile
--- a/share/sushi/network/exports/addexport/Makefile Wed Apr 25 18:09:52 2001 +0000
+++ b/share/sushi/network/exports/addexport/Makefile Wed Apr 25 18:32:01 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2001/04/25 03:43:26 garbled Exp $
+# $NetBSD: Makefile,v 1.2 2001/04/25 18:32:02 garbled Exp $
FILES= form preform help
FILESDIR=${BINDIR}/sushi/network/exports/addexport
@@ -7,5 +7,5 @@
SCRIPTSDIR=${BINDIR}/sushi/network/exports/addexport
MKOBJ= no
-.include "../../../Makefile.inc"
+.include "../../../../Makefile.inc"
.include <bsd.prog.mk>
diff -r 18d579ad7b8f -r 8473dcbfc66a share/sushi/network/exports/delexport/Makefile
--- a/share/sushi/network/exports/delexport/Makefile Wed Apr 25 18:09:52 2001 +0000
+++ b/share/sushi/network/exports/delexport/Makefile Wed Apr 25 18:32:01 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2001/04/25 03:43:28 garbled Exp $
+# $NetBSD: Makefile,v 1.2 2001/04/25 18:32:02 garbled Exp $
FILES= form help
FILESDIR=${BINDIR}/sushi/network/exports/delexport
@@ -6,5 +6,5 @@
SCRIPTSDIR=${BINDIR}/sushi/network/exports/delexport
MKOBJ= no
-.include "../../../Makefile.inc"
+.include "../../../../Makefile.inc"
.include <bsd.prog.mk>
diff -r 18d579ad7b8f -r 8473dcbfc66a share/sushi/network/hosts/Makefile
--- a/share/sushi/network/hosts/Makefile Wed Apr 25 18:09:52 2001 +0000
+++ b/share/sushi/network/hosts/Makefile Wed Apr 25 18:32:01 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2001/04/25 03:43:29 garbled Exp $
+# $NetBSD: Makefile,v 1.2 2001/04/25 18:32:02 garbled Exp $
SUBDIR= addhost addv6host delhost modhost modv6host
@@ -6,6 +6,6 @@
FILESDIR=${BINDIR}/sushi/network/hosts
MKOBJ= no
-.include "../../Makefile.inc"
+.include "../../../Makefile.inc"
.include <bsd.prog.mk>
.include <bsd.subdir.mk>
diff -r 18d579ad7b8f -r 8473dcbfc66a share/sushi/network/hosts/addhost/Makefile
--- a/share/sushi/network/hosts/addhost/Makefile Wed Apr 25 18:09:52 2001 +0000
+++ b/share/sushi/network/hosts/addhost/Makefile Wed Apr 25 18:32:01 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2001/04/25 03:43:30 garbled Exp $
+# $NetBSD: Makefile,v 1.2 2001/04/25 18:32:02 garbled Exp $
FILES= form help
FILESDIR=${BINDIR}/sushi/network/hosts/addhost
@@ -6,5 +6,5 @@
SCRIPTSDIR=${BINDIR}/sushi/network/hosts/addhost
MKOBJ= no
-.include "../../../Makefile.inc"
+.include "../../../../Makefile.inc"
.include <bsd.prog.mk>
diff -r 18d579ad7b8f -r 8473dcbfc66a share/sushi/network/hosts/addv6host/Makefile
--- a/share/sushi/network/hosts/addv6host/Makefile Wed Apr 25 18:09:52 2001 +0000
+++ b/share/sushi/network/hosts/addv6host/Makefile Wed Apr 25 18:32:01 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2001/04/25 03:43:30 garbled Exp $
+# $NetBSD: Makefile,v 1.2 2001/04/25 18:32:02 garbled Exp $
FILES= form help
FILESDIR=${BINDIR}/sushi/network/hosts/addv6host
@@ -6,5 +6,5 @@
SCRIPTSDIR=${BINDIR}/sushi/network/hosts/addv6host
MKOBJ= no
-.include "../../../Makefile.inc"
+.include "../../../../Makefile.inc"
.include <bsd.prog.mk>
diff -r 18d579ad7b8f -r 8473dcbfc66a share/sushi/network/hosts/delhost/Makefile
--- a/share/sushi/network/hosts/delhost/Makefile Wed Apr 25 18:09:52 2001 +0000
+++ b/share/sushi/network/hosts/delhost/Makefile Wed Apr 25 18:32:01 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2001/04/25 03:43:31 garbled Exp $
+# $NetBSD: Makefile,v 1.2 2001/04/25 18:32:03 garbled Exp $
FILES= form help
FILESDIR=${BINDIR}/sushi/network/hosts/delhost
@@ -6,5 +6,5 @@
SCRIPTSDIR=${BINDIR}/sushi/network/hosts/delhost
MKOBJ= no
-.include "../../../Makefile.inc"
+.include "../../../../Makefile.inc"
.include <bsd.prog.mk>
diff -r 18d579ad7b8f -r 8473dcbfc66a share/sushi/network/hosts/modhost/Makefile
--- a/share/sushi/network/hosts/modhost/Makefile Wed Apr 25 18:09:52 2001 +0000
+++ b/share/sushi/network/hosts/modhost/Makefile Wed Apr 25 18:32:01 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2001/04/25 03:43:31 garbled Exp $
+# $NetBSD: Makefile,v 1.2 2001/04/25 18:32:03 garbled Exp $
FILES= form preform help
FILESDIR=${BINDIR}/sushi/network/hosts/modhost
@@ -6,5 +6,5 @@
SCRIPTSDIR=${BINDIR}/sushi/network/hosts/modhost
MKOBJ= no
-.include "../../../Makefile.inc"
+.include "../../../../Makefile.inc"
.include <bsd.prog.mk>
diff -r 18d579ad7b8f -r 8473dcbfc66a share/sushi/network/hosts/modv6host/Makefile
--- a/share/sushi/network/hosts/modv6host/Makefile Wed Apr 25 18:09:52 2001 +0000
+++ b/share/sushi/network/hosts/modv6host/Makefile Wed Apr 25 18:32:01 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2001/04/25 03:43:32 garbled Exp $
+# $NetBSD: Makefile,v 1.2 2001/04/25 18:32:03 garbled Exp $
FILES= form preform help
FILESDIR=${BINDIR}/sushi/network/hosts/modv6host
@@ -6,5 +6,5 @@
SCRIPTSDIR=${BINDIR}/sushi/network/hosts/modv6host
MKOBJ= no
-.include "../../../Makefile.inc"
+.include "../../../../Makefile.inc"
.include <bsd.prog.mk>
diff -r 18d579ad7b8f -r 8473dcbfc66a share/sushi/network/interfaces/Makefile
--- a/share/sushi/network/interfaces/Makefile Wed Apr 25 18:09:52 2001 +0000
+++ b/share/sushi/network/interfaces/Makefile Wed Apr 25 18:32:01 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2001/04/25 03:43:33 garbled Exp $
+# $NetBSD: Makefile,v 1.2 2001/04/25 18:32:03 garbled Exp $
SUBDIR= interface listif
@@ -6,6 +6,6 @@
FILESDIR=${BINDIR}/sushi/network/interfaces
MKOBJ= no
-.include "../../Makefile.inc"
+.include "../../../Makefile.inc"
.include <bsd.prog.mk>
.include <bsd.subdir.mk>
diff -r 18d579ad7b8f -r 8473dcbfc66a share/sushi/network/interfaces/interface/Makefile
--- a/share/sushi/network/interfaces/interface/Makefile Wed Apr 25 18:09:52 2001 +0000
+++ b/share/sushi/network/interfaces/interface/Makefile Wed Apr 25 18:32:01 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2001/04/25 03:43:33 garbled Exp $
+# $NetBSD: Makefile,v 1.2 2001/04/25 18:32:03 garbled Exp $
FILES= form help preform
FILESDIR=${BINDIR}/sushi/network/interfaces/interface
@@ -6,5 +6,5 @@
SCRIPTSDIR=${BINDIR}/sushi/network/interfaces/interface
MKOBJ= no
-.include "../../../Makefile.inc"
+.include "../../../../Makefile.inc"
.include <bsd.prog.mk>
diff -r 18d579ad7b8f -r 8473dcbfc66a share/sushi/network/interfaces/listif/Makefile
--- a/share/sushi/network/interfaces/listif/Makefile Wed Apr 25 18:09:52 2001 +0000
+++ b/share/sushi/network/interfaces/listif/Makefile Wed Apr 25 18:32:01 2001 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2001/04/25 03:43:34 garbled Exp $
+# $NetBSD: Makefile,v 1.2 2001/04/25 18:32:03 garbled Exp $
SCRIPTS= script
SCRIPTSDIR=${BINDIR}/sushi/network/interfaces/listif
MKOBJ= no
-.include "../../../Makefile.inc"
+.include "../../../../Makefile.inc"
.include <bsd.prog.mk>
diff -r 18d579ad7b8f -r 8473dcbfc66a share/sushi/network/routing/Makefile
--- a/share/sushi/network/routing/Makefile Wed Apr 25 18:09:52 2001 +0000
+++ b/share/sushi/network/routing/Makefile Wed Apr 25 18:32:01 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2001/04/25 03:43:34 garbled Exp $
+# $NetBSD: Makefile,v 1.2 2001/04/25 18:32:04 garbled Exp $
SUBDIR= default ipv4table
@@ -6,6 +6,6 @@
FILESDIR=${BINDIR}/sushi/network/routing
MKOBJ= no
-.include "../../Makefile.inc"
+.include "../../../Makefile.inc"
.include <bsd.prog.mk>
.include <bsd.subdir.mk>
diff -r 18d579ad7b8f -r 8473dcbfc66a share/sushi/network/routing/default/Makefile
--- a/share/sushi/network/routing/default/Makefile Wed Apr 25 18:09:52 2001 +0000
+++ b/share/sushi/network/routing/default/Makefile Wed Apr 25 18:32:01 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2001/04/25 03:43:34 garbled Exp $
+# $NetBSD: Makefile,v 1.2 2001/04/25 18:32:04 garbled Exp $
FILES= form help
FILESDIR=${BINDIR}/sushi/network/routing/default
@@ -6,5 +6,5 @@
SCRIPTSDIR=${BINDIR}/sushi/network/routing/default
MKOBJ= no
-.include "../../../Makefile.inc"
+.include "../../../../Makefile.inc"
.include <bsd.prog.mk>
diff -r 18d579ad7b8f -r 8473dcbfc66a share/sushi/network/routing/ipv4table/Makefile
--- a/share/sushi/network/routing/ipv4table/Makefile Wed Apr 25 18:09:52 2001 +0000
+++ b/share/sushi/network/routing/ipv4table/Makefile Wed Apr 25 18:32:01 2001 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2001/04/25 03:43:35 garbled Exp $
+# $NetBSD: Makefile,v 1.2 2001/04/25 18:32:04 garbled Exp $
SCRIPTS= exec
SCRIPTSDIR=${BINDIR}/sushi/network/routing/ipv4table
MKOBJ= no
-.include "../../../Makefile.inc"
+.include "../../../../Makefile.inc"
.include <bsd.prog.mk>
diff -r 18d579ad7b8f -r 8473dcbfc66a share/sushi/network/yp/Makefile
--- a/share/sushi/network/yp/Makefile Wed Apr 25 18:09:52 2001 +0000
+++ b/share/sushi/network/yp/Makefile Wed Apr 25 18:32:01 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2001/04/25 03:43:35 garbled Exp $
+# $NetBSD: Makefile,v 1.2 2001/04/25 18:32:04 garbled Exp $
SUBDIR= client domainname master slave
@@ -6,6 +6,6 @@
FILESDIR=${BINDIR}/sushi/network/yp
MKOBJ= no
-.include "../../Makefile.inc"
+.include "../../../Makefile.inc"
.include <bsd.prog.mk>
.include <bsd.subdir.mk>
diff -r 18d579ad7b8f -r 8473dcbfc66a share/sushi/network/yp/client/Makefile
--- a/share/sushi/network/yp/client/Makefile Wed Apr 25 18:09:52 2001 +0000
+++ b/share/sushi/network/yp/client/Makefile Wed Apr 25 18:32:01 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2001/04/25 03:43:36 garbled Exp $
+# $NetBSD: Makefile,v 1.2 2001/04/25 18:32:04 garbled Exp $
FILES= form help
FILESDIR=${BINDIR}/sushi/network/yp/client
@@ -6,5 +6,5 @@
SCRIPTSDIR=${BINDIR}/sushi/network/yp/client
MKOBJ= no
-.include "../../../Makefile.inc"
+.include "../../../../Makefile.inc"
.include <bsd.prog.mk>
diff -r 18d579ad7b8f -r 8473dcbfc66a share/sushi/network/yp/domainname/Makefile
--- a/share/sushi/network/yp/domainname/Makefile Wed Apr 25 18:09:52 2001 +0000
+++ b/share/sushi/network/yp/domainname/Makefile Wed Apr 25 18:32:01 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2001/04/25 03:43:36 garbled Exp $
+# $NetBSD: Makefile,v 1.2 2001/04/25 18:32:05 garbled Exp $
FILES= form help
FILESDIR=${BINDIR}/sushi/network/yp/domainname
@@ -6,5 +6,5 @@
SCRIPTSDIR=${BINDIR}/sushi/network/yp/domainname
MKOBJ= no
-.include "../../../Makefile.inc"
+.include "../../../../Makefile.inc"
.include <bsd.prog.mk>
diff -r 18d579ad7b8f -r 8473dcbfc66a share/sushi/network/yp/master/Makefile
--- a/share/sushi/network/yp/master/Makefile Wed Apr 25 18:09:52 2001 +0000
+++ b/share/sushi/network/yp/master/Makefile Wed Apr 25 18:32:01 2001 +0000
@@ -1,4 +1,4 @@
Home |
Main Index |
Thread Index |
Old Index