Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libl Remove unused lib/libl. Approved by christos.
details: https://anonhg.NetBSD.org/src/rev/8d9b611d8835
branches: trunk
changeset: 781387:8d9b611d8835
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Mon Sep 03 13:23:13 2012 +0000
description:
Remove unused lib/libl. Approved by christos.
diffstat:
lib/libl/Makefile | 20 --------------------
1 files changed, 0 insertions(+), 20 deletions(-)
diffs (24 lines):
diff -r 44089d191bcc -r 8d9b611d8835 lib/libl/Makefile
--- a/lib/libl/Makefile Mon Sep 03 12:07:42 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