1PROG=v
2SRCS=virtdir.c
3CPPFLAGS+= -DVIRTDIR_DEBUG
4WARNS=4
5MAN=virtdir.3
6
7.include <bsd.prog.mk>
8