006baf01ee
*blush* this is the commit i meant to do before.. Utility to save device configuration.
9 lines
98 B
Makefile
9 lines
98 B
Makefile
PROG= dset
|
|
DPADD= ${LIBKVM}
|
|
LDADD= -lkvm
|
|
CFLAGS+=-I../../sys/
|
|
NOMAN=
|
|
|
|
|
|
.include <bsd.prog.mk>
|