Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin/cat Add wrapper around bsd.prog.mk include in preparatio...
details: https://anonhg.NetBSD.org/src/rev/60f5e6eeaa4a
branches: trunk
changeset: 532602:60f5e6eeaa4a
user: mason <mason%NetBSD.org@localhost>
date: Mon Jun 10 18:31:12 2002 +0000
description:
Add wrapper around bsd.prog.mk include in preparation for this becoming a
host tool.
diffstat:
bin/cat/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (14 lines):
diff -r dfd11afb886d -r 60f5e6eeaa4a bin/cat/Makefile
--- a/bin/cat/Makefile Mon Jun 10 17:45:54 2002 +0000
+++ b/bin/cat/Makefile Mon Jun 10 18:31:12 2002 +0000
@@ -1,6 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2001/11/03 13:40:30 lukem Exp $
+# $NetBSD: Makefile,v 1.11 2002/06/10 18:31:12 mason Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= cat
+.ifndef HOSTPROG
.include <bsd.prog.mk>
+.endif
+
Home |
Main Index |
Thread Index |
Old Index