Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/compat reachover to ../../lib/libutil for fparseln.c
details: https://anonhg.NetBSD.org/src/rev/79f9b7b6f7b5
branches: trunk
changeset: 521023:79f9b7b6f7b5
user: lukem <lukem%NetBSD.org@localhost>
date: Mon Jan 21 23:35:14 2002 +0000
description:
reachover to ../../lib/libutil for fparseln.c
diffstat:
tools/compat/Makefile | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r ab4677035e9e -r 79f9b7b6f7b5 tools/compat/Makefile
--- a/tools/compat/Makefile Mon Jan 21 23:33:36 2002 +0000
+++ b/tools/compat/Makefile Mon Jan 21 23:35:14 2002 +0000
@@ -1,13 +1,15 @@
-# $NetBSD: Makefile,v 1.3 2002/01/21 20:04:36 tv Exp $
+# $NetBSD: Makefile,v 1.4 2002/01/21 23:35:14 lukem Exp $
HOSTLIB= nbcompat
SRCS= basename.c dirname.c err.c fgetln.c flock.c fparseln.c \
- getmode.c pread.c pwrite.c setprogname.c strlcat.c strlcpy.c vis.c
+ getmode.c pread.c pwrite.c setprogname.c strlcat.c strlcpy.c \
+ vis.c
HOST_CPPFLAGS+= -I. -I${.CURDIR} -DHAVE_CONFIG_H
.PATH: ${.CURDIR}/../../lib/libc/gen \
- ${.CURDIR}/../../lib/libc/string
+ ${.CURDIR}/../../lib/libc/string \
+ ${.CURDIR}/../../lib/libutil \
DPSRCS= config.h
CLEANFILES= config.cache config.log config.status config.stamp confdefs.h defs.mk
Home |
Main Index |
Thread Index |
Old Index