Source-Changes-HG archive

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

[src/netbsd-6]: src/lib/libl Pull up following revision(s) (requested by msai...



details:   https://anonhg.NetBSD.org/src/rev/ece47dd39f5a
branches:  netbsd-6
changeset: 775377:ece47dd39f5a
user:      riz <riz%NetBSD.org@localhost>
date:      Mon Oct 22 19:43:58 2012 +0000

description:
Pull up following revision(s) (requested by msaitoh in ticket #613):
        lib/libl/Makefile: file removal
Remove unused lib/libl. Approved by christos.

diffstat:

 lib/libl/Makefile |  20 --------------------
 1 files changed, 0 insertions(+), 20 deletions(-)

diffs (24 lines):

diff -r 140ddcade0a4 -r ece47dd39f5a lib/libl/Makefile
--- a/lib/libl/Makefile Mon Oct 22 19:28:43 2012 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-#      $NetBSD: Makefile,v 1.13 2006/09/11 22:24:09 dbj Exp $
-
-NOPIC=         # defined
-
-.include <bsd.own.mk>
-
-LIB=           l
-SRCS=          libmain.c libyywrap.c
-
-.if ${MKSTATICLIB} != "no"
-LINKS=         ${LIBDIR}/libl.a ${LIBDIR}/libfl.a
-.endif
-
-.PATH:         ${NETBSDSRCDIR}/usr.bin/lex
-
-.if ${MKPROFILE} != "no"
-LINKS+=                ${LIBDIR}/libl_p.a ${LIBDIR}/libfl_p.a
-.endif
-
-.include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index