diff options
| author | 2004-11-16 23:26:43 +0000 | |
|---|---|---|
| committer | 2004-11-16 23:26:43 +0000 | |
| commit | 131c3a3ca9f60cc2bb4e1e180dd78fbc721989f1 (patch) | |
| tree | deb34148a68573fffbe60d44ca69c3202e0505b2 /sys/dev/microcode/Makefile | |
| parent | more correct error checking, from Joris Vink <amni at pandora dot be> (diff) | |
| download | wireguard-openbsd-131c3a3ca9f60cc2bb4e1e180dd78fbc721989f1.tar.xz wireguard-openbsd-131c3a3ca9f60cc2bb4e1e180dd78fbc721989f1.zip | |
flat firmware file creation and installation
Diffstat (limited to 'sys/dev/microcode/Makefile')
| -rw-r--r-- | sys/dev/microcode/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/dev/microcode/Makefile b/sys/dev/microcode/Makefile new file mode 100644 index 00000000000..57fca45c970 --- /dev/null +++ b/sys/dev/microcode/Makefile @@ -0,0 +1,5 @@ +# $OpenBSD: Makefile,v 1.1 2004/11/16 23:26:43 deraadt Exp $ + +SUBDIR= atmel + +.include <bsd.subdir.mk> |
