Source-Changes-HG archive

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

[src/trunk]: src/share/examples Install apm example script.



details:   https://anonhg.NetBSD.org/src/rev/4080eae0bc0d
branches:  trunk
changeset: 480102:4080eae0bc0d
user:      hubertf <hubertf%NetBSD.org@localhost>
date:      Mon Jan 03 22:48:30 2000 +0000

description:
Install apm example script.
Fixes PR 9105 by Takahiro Kambe <taca%sky.yamashina.kyoto.jp@localhost>

diffstat:

 share/examples/Makefile     |   4 ++--
 share/examples/apm/Makefile |  11 +++++++++++
 2 files changed, 13 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 6afe54c2dfc8 -r 4080eae0bc0d share/examples/Makefile
--- a/share/examples/Makefile   Mon Jan 03 22:07:11 2000 +0000
+++ b/share/examples/Makefile   Mon Jan 03 22:48:30 2000 +0000
@@ -1,5 +1,5 @@
-#      $NetBSD: Makefile,v 1.4 1998/06/06 01:32:06 lukem Exp $
+#      $NetBSD: Makefile,v 1.5 2000/01/03 22:48:30 hubertf Exp $
 
-SUBDIR= amd emul ftpd supfiles
+SUBDIR= amd apm emul ftpd supfiles
 
 .include <bsd.subdir.mk>
diff -r 6afe54c2dfc8 -r 4080eae0bc0d share/examples/apm/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/examples/apm/Makefile       Mon Jan 03 22:48:30 2000 +0000
@@ -0,0 +1,11 @@
+#      $NetBSD: Makefile,v 1.1 2000/01/03 22:48:32 hubertf Exp $
+
+.include <bsd.own.mk>
+
+.if ${MKSHARE} != "no"
+FILES= script
+FILESDIR=/usr/share/examples/apm
+.endif
+MKOBJ= no
+
+.include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index