Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/distrib/utils/x_ed Pullup new directory x_ed (requested...
details: https://anonhg.NetBSD.org/src/rev/ca8bb73c0119
branches: netbsd-1-5
changeset: 489130:ca8bb73c0119
user: leo <leo%NetBSD.org@localhost>
date: Thu Aug 17 08:01:03 2000 +0000
description:
Pullup new directory x_ed (requested by leo; approved by thorpej)
A version of ed(1) without DES support. Saves +/- 8KB on the miniroot.
diffstat:
distrib/utils/x_ed/Makefile | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diffs (23 lines):
diff -r 1205ce679549 -r ca8bb73c0119 distrib/utils/x_ed/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/distrib/utils/x_ed/Makefile Thu Aug 17 08:01:03 2000 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1.2.2 2000/08/17 08:01:03 leo Exp $
+# Build an ed without crypt support
+
+PROG= ed
+MKMAN= no
+
+SRCDIR= ${.CURDIR}/../../../bin/ed
+
+SRCS= buf.c cbc.c glbl.c io.c main.c re.c sub.c undo.c
+
+CPPFLAGS+= -DBACKWARDS
+
+LDSTATIC?=-static
+
+all: ${PROG}
+
+.include <bsd.prog.mk>
+
+.PATH: ${SRCDIR}
Home |
Main Index |
Thread Index |
Old Index