12 lines
128 B
Makefile
12 lines
128 B
Makefile
|
# Makefile for rwblocks
|
||
|
.include <bsd.own.mk>
|
||
|
|
||
|
PROG= rwblocks
|
||
|
SRCS= rwblocks.c
|
||
|
|
||
|
MAN=
|
||
|
|
||
|
BINDIR?=/usr/sbin
|
||
|
|
||
|
.include <bsd.prog.mk>
|