Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/x68k/floppies/ramdisk.sysinst .include <bsd.prog.mk>...



details:   https://anonhg.NetBSD.org/src/rev/7465ddaf5002
branches:  trunk
changeset: 519896:7465ddaf5002
user:      minoura <minoura%NetBSD.org@localhost>
date:      Sun Dec 30 04:08:28 2001 +0000

description:
.include <bsd.prog.mk> to use DESTDIR/usr/include.

diffstat:

 distrib/x68k/floppies/ramdisk.sysinst/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r 56c2e0a0d279 -r 7465ddaf5002 distrib/x68k/floppies/ramdisk.sysinst/Makefile
--- a/distrib/x68k/floppies/ramdisk.sysinst/Makefile    Sun Dec 30 04:03:16 2001 +0000
+++ b/distrib/x68k/floppies/ramdisk.sysinst/Makefile    Sun Dec 30 04:08:28 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.13 2001/12/07 06:57:51 minoura Exp $
+#      $NetBSD: Makefile,v 1.14 2001/12/30 04:08:28 minoura Exp $
 
 TOP=           ${.CURDIR}/..
 COMMONDIR=     ${TOP}/ramdisk-common
@@ -31,3 +31,4 @@
 .include <bsd.own.mk>
 .include <bsd.obj.mk>
 .include <bsd.sys.mk>
+.include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index