Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/kdump remove extra $ from previous commit
details: https://anonhg.NetBSD.org/src/rev/78325a2d9f84
branches: trunk
changeset: 536572:78325a2d9f84
user: lha <lha%NetBSD.org@localhost>
date: Wed Sep 18 20:50:22 2002 +0000
description:
remove extra $ from previous commit
diffstat:
usr.bin/kdump/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 019dab83c533 -r 78325a2d9f84 usr.bin/kdump/Makefile
--- a/usr.bin/kdump/Makefile Wed Sep 18 20:37:11 2002 +0000
+++ b/usr.bin/kdump/Makefile Wed Sep 18 20:50:22 2002 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.19 2002/09/18 14:00:37 lukem Exp $
+# $NetBSD: Makefile,v 1.20 2002/09/18 20:50:22 lha Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
.include <bsd.own.mk> # for MKDYNAMICROOT definition
PROG= kdump
-CPPFLAGS+=-I$${NETBSDSRCDIR}/usr.bin/ktrace -I${NETBSDSRCDIR}/sys
+CPPFLAGS+=-I${NETBSDSRCDIR}/usr.bin/ktrace -I${NETBSDSRCDIR}/sys
SRCS= kdump.c ioctl.c subr.c setemul.c
-.PATH: $${NETBSDSRCDIR}/usr.bin/ktrace
+.PATH: ${NETBSDSRCDIR}/usr.bin/ktrace
CLEANFILES+=ioctl.c
WFORMAT=1
Home |
Main Index |
Thread Index |
Old Index