freebsd-skq/sbin/dset/Makefile
Ugen J.S. Antsilevich 006baf01ee src/sbin/dset
*blush* this is the commit i meant to do before..
Utility to save device configuration.
1995-01-23 15:42:59 +00:00

9 lines
98 B
Makefile

PROG= dset
DPADD= ${LIBKVM}
LDADD= -lkvm
CFLAGS+=-I../../sys/
NOMAN=
.include <bsd.prog.mk>