1 2 3 4 5 6 7 8 9 10 11
# Makefile for rwblocks .include <bsd.own.mk> PROG= rwblocks SRCS= rwblocks.c MAN= BINDIR?=/usr/sbin .include <bsd.prog.mk>