1433d6423SLionel Sambuc# Makefile for libvtreefs 2433d6423SLionel Sambuc 30dc5c83eSDavid van MoolenbroekCPPFLAGS+= -D_MINIX_SYSTEM 40dc5c83eSDavid van Moolenbroek 5433d6423SLionel SambucLIB= vtreefs 6433d6423SLionel Sambuc 7433d6423SLionel SambucSRCS= \ 8*52be5c0aSDavid van Moolenbroek extra.c \ 95eefd0feSDavid van Moolenbroek file.c \ 10433d6423SLionel Sambuc inode.c \ 11433d6423SLionel Sambuc link.c \ 12433d6423SLionel Sambuc mount.c \ 13433d6423SLionel Sambuc path.c \ 14433d6423SLionel Sambuc sdbm.c \ 15433d6423SLionel Sambuc stadir.c \ 16433d6423SLionel Sambuc table.c \ 17433d6423SLionel Sambuc vtreefs.c 18433d6423SLionel Sambuc 19433d6423SLionel Sambuc.include <bsd.lib.mk> 20