diff options
| author | Florent Thoumie <flz@FreeBSD.org> | 2007-03-02 11:42:56 +0000 |
|---|---|---|
| committer | Florent Thoumie <flz@FreeBSD.org> | 2007-03-02 11:42:56 +0000 |
| commit | 7bd6fde3951af84ef3b68e4d1eadc1840c2fc1b3 (patch) | |
| tree | 517101ea9394815527365b53ddc7e9425e8d0495 /share/doc | |
| parent | b94209396164b12f5c70745b06ec984af7f79866 (diff) | |
Notes
Diffstat (limited to 'share/doc')
| -rw-r--r-- | share/doc/Makefile | 2 | ||||
| -rw-r--r-- | share/doc/legal/Makefile | 6 | ||||
| -rw-r--r-- | share/doc/legal/intel_ipw/Makefile | 7 | ||||
| -rw-r--r-- | share/doc/legal/intel_iwi/Makefile | 7 |
4 files changed, 21 insertions, 1 deletions
diff --git a/share/doc/Makefile b/share/doc/Makefile index 5ed5228d5473..61b26d70dc97 100644 --- a/share/doc/Makefile +++ b/share/doc/Makefile @@ -3,7 +3,7 @@ .include <bsd.own.mk> -SUBDIR= ${_bind9} IPv6 papers psd smm usd +SUBDIR= ${_bind9} IPv6 legal papers psd smm usd .if ${MK_BIND} != "no" _bind9= bind9 diff --git a/share/doc/legal/Makefile b/share/doc/legal/Makefile new file mode 100644 index 000000000000..958980f94854 --- /dev/null +++ b/share/doc/legal/Makefile @@ -0,0 +1,6 @@ +# $FreeBSD$ + +SUBDIR= intel_ipw \ + intel_iwi + +.include <bsd.subdir.mk> diff --git a/share/doc/legal/intel_ipw/Makefile b/share/doc/legal/intel_ipw/Makefile new file mode 100644 index 000000000000..eafad91aa577 --- /dev/null +++ b/share/doc/legal/intel_ipw/Makefile @@ -0,0 +1,7 @@ +# $FreeBSD$ + +NO_OBJ= +FILES= ${.CURDIR}/../../../../sys/contrib/dev/ipw/LICENSE +FILESDIR= ${SHAREDIR}/doc/legal/intel_ipw/ + +.include <bsd.prog.mk> diff --git a/share/doc/legal/intel_iwi/Makefile b/share/doc/legal/intel_iwi/Makefile new file mode 100644 index 000000000000..4476924b9ee9 --- /dev/null +++ b/share/doc/legal/intel_iwi/Makefile @@ -0,0 +1,7 @@ +# $FreeBSD$ + +NO_OBJ= +FILES= ${.CURDIR}/../../../../sys/contrib/dev/iwi/LICENSE +FILESDIR= ${SHAREDIR}/doc/legal/intel_iwi/ + +.include <bsd.prog.mk> |
