mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
313 B
Plaintext
14 lines
313 B
Plaintext
$NetBSD: patch-af,v 1.9 2007/03/23 22:08:56 dmcmahill Exp $
|
|
|
|
--- examples/macros-examples/Makefile.orig 2001-04-26 07:43:33.000000000 +0000
|
|
+++ examples/macros-examples/Makefile
|
|
@@ -23,3 +23,8 @@ include $(SCIDIR)/macros/Make.lib
|
|
|
|
tests :: all
|
|
|
|
+clean ::
|
|
+ ${RM} -f tmp_Macros tmp_Bin
|
|
+
|
|
+distclean :: clean
|
|
+
|