Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/alpha Add dummy targets for depend, includes, lint, ...
details: https://anonhg.NetBSD.org/src/rev/3091c4535684
branches: trunk
changeset: 472893:3091c4535684
user: veego <veego%NetBSD.org@localhost>
date: Tue May 11 20:08:01 1999 +0000
description:
Add dummy targets for depend, includes, lint, regress and tags.
diffstat:
distrib/alpha/floppy-GENERIC/Makefile | 5 ++++-
distrib/alpha/instkernel/cd-hd-tape/Makefile | 5 ++++-
distrib/alpha/instkernel/fdset/Makefile | 5 ++++-
distrib/alpha/instkernel/instkernel/Makefile | 5 ++++-
4 files changed, 16 insertions(+), 4 deletions(-)
diffs (72 lines):
diff -r 8aa00b9e634d -r 3091c4535684 distrib/alpha/floppy-GENERIC/Makefile
--- a/distrib/alpha/floppy-GENERIC/Makefile Tue May 11 19:57:05 1999 +0000
+++ b/distrib/alpha/floppy-GENERIC/Makefile Tue May 11 20:08:01 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1999/04/29 02:17:43 ross Exp $
+# $NetBSD: Makefile,v 1.7 1999/05/11 20:08:01 veego Exp $
MOUNT_POINT?= /mnt
VND?= vnd0
@@ -53,5 +53,8 @@
clean cleandir distclean:
/bin/rm -f *.core ${CLEANFILES} ${GZKERNEL} ${GZKERNEL}.gz *.tmp
+# nothing to do here
+depend includes lint regress tags:
+
.include <bsd.own.mk>
.include <bsd.obj.mk>
diff -r 8aa00b9e634d -r 3091c4535684 distrib/alpha/instkernel/cd-hd-tape/Makefile
--- a/distrib/alpha/instkernel/cd-hd-tape/Makefile Tue May 11 19:57:05 1999 +0000
+++ b/distrib/alpha/instkernel/cd-hd-tape/Makefile Tue May 11 20:08:01 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1999/04/07 06:47:50 cgd Exp $
+# $NetBSD: Makefile,v 1.5 1999/05/11 20:08:01 veego Exp $
IMAGE= cdhdtape
IMAGESIZE= 5760
@@ -60,5 +60,8 @@
clean cleandir distclean:
/bin/rm -f *.core ${CLEANFILES}
+# nothing to do here
+depend includes lint regress tags:
+
.include <bsd.own.mk>
.include <bsd.obj.mk>
diff -r 8aa00b9e634d -r 3091c4535684 distrib/alpha/instkernel/fdset/Makefile
--- a/distrib/alpha/instkernel/fdset/Makefile Tue May 11 19:57:05 1999 +0000
+++ b/distrib/alpha/instkernel/fdset/Makefile Tue May 11 20:08:01 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1999/04/07 06:47:50 cgd Exp $
+# $NetBSD: Makefile,v 1.4 1999/05/11 20:08:01 veego Exp $
IMAGE1= disk1of2
IMAGE2= disk2of2
@@ -61,5 +61,8 @@
clean cleandir distclean:
/bin/rm -f *.core ${CLEANFILES}
+# nothing to do here
+depend includes lint regress tags:
+
.include <bsd.own.mk>
.include <bsd.obj.mk>
diff -r 8aa00b9e634d -r 3091c4535684 distrib/alpha/instkernel/instkernel/Makefile
--- a/distrib/alpha/instkernel/instkernel/Makefile Tue May 11 19:57:05 1999 +0000
+++ b/distrib/alpha/instkernel/instkernel/Makefile Tue May 11 20:08:01 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1998/10/29 00:37:07 ross Exp $
+# $NetBSD: Makefile,v 1.5 1999/05/11 20:08:01 veego Exp $
RAMDISK!=cd ${.CURDIR}/../ramdisk; \
printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/ramdisk.fs\n" | \
@@ -15,5 +15,8 @@
clean cleandir distclean:
rm -f netbsd
+# nothing to do here
+depend includes lint regress tags:
+
.include <bsd.own.mk>
.include <bsd.obj.mk>
Home |
Main Index |
Thread Index |
Old Index