Module Name: src Committed By: christos Date: Sat Mar 30 02:47:56 UTC 2013
Added Files: src/external/atheros/athn: Makefile Log Message: build glue To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/external/atheros/athn/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Added files: Index: src/external/atheros/athn/Makefile diff -u /dev/null src/external/atheros/athn/Makefile:1.1 --- /dev/null Fri Mar 29 22:47:56 2013 +++ src/external/atheros/athn/Makefile Fri Mar 29 22:47:56 2013 @@ -0,0 +1,8 @@ +# $NetBSD: Makefile,v 1.1 2013/03/30 02:47:56 christos Exp $ + +NOMAN= # define + +FILES= dist/athn-ar7010 dist/athn-ar7010-11 dist/athn-ar9271 dist/athn-license +FILESDIR= /libdata/firmware/if_athn + +.include <bsd.files.mk>