NetBSD-5.0.2/share/examples/refuse/virtdir/Makefile

PROG=v
SRCS=virtdir.c
CPPFLAGS+= -DVIRTDIR_DEBUG
WARNS=4
MAN=virtdir.3

.include <bsd.prog.mk>