fcc3de9c40
the disk cache-related ioctls.
10 lines
145 B
Makefile
10 lines
145 B
Makefile
# $NetBSD: Makefile,v 1.1 2002/01/09 22:30:14 thorpej Exp $
|
|
|
|
PROG= dkctl
|
|
MAN= dkctl.8
|
|
|
|
LDADD+= -lutil
|
|
DPADD+= ${LIBUTIL}
|
|
|
|
.include <bsd.prog.mk>
|