acc852a217
- move installation of atf pkg-config files out of share/atf/ - don't install spell or ching share files - update some directory entries to not have 'share' tag now my MKLINT=no MKSHARE=no MKPROFILE=no builds work again.
19 lines
340 B
Makefile
19 lines
340 B
Makefile
# $NetBSD: Makefile,v 1.5 2008/10/30 21:37:55 mrg Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if ${MKSHARE} != "no"
|
|
|
|
SRCDIR= ${NETBSDSRCDIR}/dist/atf
|
|
.PATH: ${SRCDIR}/data ${SRCDIR}/atf-sh
|
|
|
|
# Files in ${SRCDIR}/subrs.
|
|
FILESDIR= /usr/share/atf
|
|
FILESMODE= 444
|
|
FILES= atf.footer.subr \
|
|
atf.header.subr \
|
|
atf.init.subr
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|