diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-12-19 13:54:05 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-12-19 13:54:05 +0000 |
commit | ad7cafe313c07a1064c64956f6917af1d61404a3 (patch) | |
tree | 833913f14ab5730ee72e780998c705147fdcabbf /sys/dev/microcode/typhoon | |
parent | 5677a1b879782960b3acfbec15a51e9c6d2688ce (diff) |
fix cleanup
Diffstat (limited to 'sys/dev/microcode/typhoon')
-rw-r--r-- | sys/dev/microcode/typhoon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/microcode/typhoon/Makefile b/sys/dev/microcode/typhoon/Makefile index 78e5618ec43..51252af8b78 100644 --- a/sys/dev/microcode/typhoon/Makefile +++ b/sys/dev/microcode/typhoon/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2004/12/14 01:50:42 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 2004/12/19 13:54:04 deraadt Exp $ NOPROG= NOMAN= @@ -11,7 +11,7 @@ NOMAN= FIRM= 3c990 -CLEANFILES+= build +CLEANFILES+= build ${FIRM} all: build ${.OBJDIR}/build |