Module Name: src
Committed By: christos
Date: Tue Mar 5 16:27:29 UTC 2013
Modified Files:
src/tools/compat: Makefile
Log Message:
add dprintf
To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/tools/compat/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tools/compat/Makefile
diff -u src/tools/compat/Makefile:1.67 src/tools/compat/Makefile:1.68
--- src/tools/compat/Makefile:1.67 Sun Dec 9 19:34:56 2012
+++ src/tools/compat/Makefile Tue Mar 5 11:27:29 2013
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.67 2012/12/10 00:34:56 christos Exp $
+# $NetBSD: Makefile,v 1.68 2013/03/05 16:27:29 christos Exp $
HOSTLIB= nbcompat
.include <bsd.own.mk>
SRCS= atoll.c basename.c cdbr.c cdbw.c dirname.c \
- fgetln.c flock.c fparseln.c fpurge.c \
+ dprintf.c fgetln.c flock.c fparseln.c fpurge.c \
getcap.c getline.c getmode.c getopt_long.c gettemp.c \
heapsort.c \
issetugid.c lchflags.c lchmod.c lchown.c libyywrap.c \