From 41eefa78ba6a82ee259e632bb9ffe18e5ec438dd Mon Sep 17 00:00:00 2001 From: rpaulo Date: Thu, 8 Jun 2006 15:22:03 +0000 Subject: Add cleandir and clean fake targets. I should find a better way to do this. --- sys/dev/microcode/ral/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'sys/dev/microcode') diff --git a/sys/dev/microcode/ral/Makefile b/sys/dev/microcode/ral/Makefile index 0e68d346a2c..e44b81df6ce 100644 --- a/sys/dev/microcode/ral/Makefile +++ b/sys/dev/microcode/ral/Makefile @@ -1,9 +1,14 @@ -# $NetBSD: Makefile,v 1.4 2006/06/08 00:21:54 rpaulo Exp $ +# $NetBSD: Makefile,v 1.5 2006/06/08 15:22:03 rpaulo Exp $ NOMAN= # defined FILES= ral-rt2561 ral-rt2561s ral-rt2661 ral-license +# XXX includes: +clean: + +cleandir: + .include -- cgit