Module Name:    src
Committed By:   christos
Date:           Mon Dec 10 00:34:56 UTC 2012

Modified Files:
        src/tools/compat: Makefile

Log Message:
first define HOSTLIB and then include bsd.own.mk!


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 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.66 src/tools/compat/Makefile:1.67
--- src/tools/compat/Makefile:1.66	Sun Dec  9 18:18:30 2012
+++ src/tools/compat/Makefile	Sun Dec  9 19:34:56 2012
@@ -1,9 +1,9 @@
-#	$NetBSD: Makefile,v 1.66 2012/12/09 23:18:30 christos Exp $
-
-.include <bsd.own.mk>
+#	$NetBSD: Makefile,v 1.67 2012/12/10 00:34:56 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 \
 		getcap.c getline.c getmode.c getopt_long.c gettemp.c \

Reply via email to