NetBSD/share/atf/Makefile
mrg acc852a217 more MKSHARE == no fixes:
- 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.
2008-10-30 21:37:55 +00:00

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>