summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--distrib/notes/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/distrib/notes/Makefile b/distrib/notes/Makefile
index b3f4d562d..61183f3cc 100644
--- a/distrib/notes/Makefile
+++ b/distrib/notes/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2007/03/28 20:05:15 todd Exp $
+# $OpenBSD: Makefile,v 1.4 2007/04/04 15:24:27 aanriot Exp $
FILE= README.${MACHINE}
@@ -26,6 +26,8 @@ install: ${FILE}.generated
clean:
rm -f *.generated
+distclean: clean
+
includes:
@echo No includes here.