Module Name: othersrc
Committed By: stacktic
Date: Wed Dec 9 17:20:56 UTC 2009
Modified Files:
othersrc/bin: Makefile
Log Message:
Disable fsu_console
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 othersrc/bin/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/bin/Makefile
diff -u othersrc/bin/Makefile:1.2 othersrc/bin/Makefile:1.3
--- othersrc/bin/Makefile:1.2 Thu Nov 5 14:39:14 2009
+++ othersrc/bin/Makefile Wed Dec 9 17:20:56 2009
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2009/11/05 14:39:14 stacktic Exp $
+# $NetBSD: Makefile,v 1.3 2009/12/09 17:20:56 stacktic Exp $
SUBDIR+= fsu_cat fsu_chmod fsu_cp fsu_diff fsu_ecp fsu_exec \
fsu_find fsu_ls fsu_ln fsu_mkdir fsu_mv fsu_rm fsu_rmdir \
- fsu_write fsu_console
+ fsu_write #fsu_console
.include <bsd.subdir.mk>