Module Name: src
Committed By: perry
Date: Sun Aug 22 02:21:31 UTC 2010
Modified Files:
src/bin/sh: Makefile
Log Message:
add bsd.subdir.mk
To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 src/bin/sh/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/bin/sh/Makefile
diff -u src/bin/sh/Makefile:1.92 src/bin/sh/Makefile:1.93
--- src/bin/sh/Makefile:1.92 Sun Aug 22 02:09:36 2010
+++ src/bin/sh/Makefile Sun Aug 22 02:21:31 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2010/08/22 02:09:36 perry Exp $
+# $NetBSD: Makefile,v 1.93 2010/08/22 02:21:31 perry Exp $
# @(#)Makefile 8.4 (Berkeley) 5/5/95
.include <bsd.own.mk>
@@ -82,3 +82,4 @@
.endif
.include <bsd.prog.mk>
+.include <bsd.subdir.mk>