Module Name: othersrc
Committed By: riastradh
Date: Thu Mar 22 14:19:54 UTC 2018
Modified Files:
othersrc/usr.bin: Makefile
Log Message:
Make this diff-friendly.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 othersrc/usr.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/usr.bin/Makefile
diff -u othersrc/usr.bin/Makefile:1.5 othersrc/usr.bin/Makefile:1.6
--- othersrc/usr.bin/Makefile:1.5 Thu Feb 16 04:07:33 2012
+++ othersrc/usr.bin/Makefile Thu Mar 22 14:19:54 2018
@@ -1,5 +1,10 @@
-# $NetBSD: Makefile,v 1.5 2012/02/16 04:07:33 jmmv Exp $
+# $NetBSD: Makefile,v 1.6 2018/03/22 14:19:54 riastradh Exp $
-SUBDIR= edit fsu_chflags fsu_du fsu_mkfifo fsu_touch window
+SUBDIR+= edit
+SUBDIR+= fsu_chflags
+SUBDIR+= fsu_du
+SUBDIR+= fsu_mkfifo
+SUBDIR+= fsu_touch
+SUBDIR+= window
.include <bsd.subdir.mk>