diff options
| author | rpaulo <rpaulo@NetBSD.org> | 2006-06-08 15:22:03 +0000 |
|---|---|---|
| committer | rpaulo <rpaulo@NetBSD.org> | 2006-06-08 15:22:03 +0000 |
| commit | 41eefa78ba6a82ee259e632bb9ffe18e5ec438dd (patch) | |
| tree | 689b7993a3baf6d0a79c44861ff0c34644468547 /sys/dev/microcode | |
| parent | 24ba5ad5fd8f8b3427376abe90b69fa8f89fac50 (diff) | |
Add cleandir and clean fake targets. I should find a better way to do this.
Diffstat (limited to 'sys/dev/microcode')
| -rw-r--r-- | sys/dev/microcode/ral/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
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 <bsd.files.mk> |
