Source-Changes-HG archive

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

[src/trunk]: src/tools/menuc Add menuc as a hosted tool



details:   https://anonhg.NetBSD.org/src/rev/b9b9519651cc
branches:  trunk
changeset: 515994:b9b9519651cc
user:      jmc <jmc%NetBSD.org@localhost>
date:      Sat Oct 13 06:10:32 2001 +0000

description:
Add menuc as a hosted tool

diffstat:

 tools/menuc/Makefile |  11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diffs (15 lines):

diff -r defbd662e000 -r b9b9519651cc tools/menuc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/menuc/Makefile      Sat Oct 13 06:10:32 2001 +0000
@@ -0,0 +1,11 @@
+#      $NetBSD: Makefile,v 1.1 2001/10/13 06:10:32 jmc Exp $
+
+HOSTPROGNAME=  menuc
+HOST_SRCDIR=   usr.bin/menuc
+HOSTFILES=menu_sys.def
+HOST_FILESDIR= ${TOOLDIR}/share/misc
+
+.include "${.CURDIR}/../Makefile.host"
+
+
+${TIMESTAMP}: ${SRCS}



Home | Main Index | Thread Index | Old Index