dc55116c56
This change adds the ATF manual pages that are not tied to any specific tool nor library. It also adds some distribution documentation to the system, as this is linked to by the manual pages (plus we have to install the license text to comply with its terms).
12 lines
183 B
Makefile
12 lines
183 B
Makefile
# $NetBSD: Makefile,v 1.9 2007/11/12 15:04:02 jmmv Exp $
|
|
#
|
|
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
|
|
SUBDIR= atf
|
|
|
|
.if make(install)
|
|
SUBDIR+= psd smm usd
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|