summaryrefslogtreecommitdiff
path: root/distrib/notes/Makefile
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2007-03-28 20:05:16 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2007-03-28 20:05:16 +0000
commita2632fd72f3c3bebea0c5b41818ae5d8cb208326 (patch)
tree652a2156b2ec5075add80b95c2dabb1b5cfa17e6 /distrib/notes/Makefile
parentfab1b8a4421a661317ee3bd723b7a56c6fb52f9b (diff)
complete last commit, permit 'make includes' to not err out here
Diffstat (limited to 'distrib/notes/Makefile')
-rw-r--r--distrib/notes/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/distrib/notes/Makefile b/distrib/notes/Makefile
index f5ac05bd3..b3f4d562d 100644
--- a/distrib/notes/Makefile
+++ b/distrib/notes/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2007/03/28 00:22:04 todd Exp $
+# $OpenBSD: Makefile,v 1.3 2007/03/28 20:05:15 todd Exp $
FILE= README.${MACHINE}
@@ -26,4 +26,7 @@ install: ${FILE}.generated
clean:
rm -f *.generated
+includes:
+ @echo No includes here.
+
.include <bsd.xorg.mk>