Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/apmlabel Remove ${NETBSDSRCDIR}/sys/lib/libkern from .P...
details: https://anonhg.NetBSD.org/src/rev/e5fc325fe958
branches: trunk
changeset: 778264:e5fc325fe958
user: riz <riz%NetBSD.org@localhost>
date: Wed Mar 21 00:35:33 2012 +0000
description:
Remove ${NETBSDSRCDIR}/sys/lib/libkern from .PATH; there are no
source files from there compiled.
diffstat:
sbin/apmlabel/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r 55e9cbf016e1 -r e5fc325fe958 sbin/apmlabel/Makefile
--- a/sbin/apmlabel/Makefile Wed Mar 21 00:34:54 2012 +0000
+++ b/sbin/apmlabel/Makefile Wed Mar 21 00:35:33 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/03/05 23:06:53 dillo Exp $
+# $NetBSD: Makefile,v 1.2 2012/03/21 00:35:33 riz Exp $
.include <bsd.own.mk>
@@ -9,5 +9,5 @@
MAN= apmlabel.8
LDADD+= -lutil
-.PATH: ${DISKLABELPATH} ${NETBSDSRCDIR}/sys/lib/libkern
+.PATH: ${DISKLABELPATH}
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index