freebsd-dev/usr.sbin/gstat/Makefile
Poul-Henning Kamp 3cc4ca2df5 Why doesn't anybody ever tell me anything? When did we get a libsbuf ?
Geeze, I'll just crawl back into the kernel where I know what's going on...

Use libsbuf instead of pulling a file in from the kernel.

Taught by:	jhb
2003-03-21 17:10:54 +00:00

11 lines
214 B
Makefile

# $FreeBSD$
PROG= gstat
NOMAN=
SRCS= gstat.c
WARNS?= 5
DPADD= ${LIBGEOM} ${LIBDEVSTAT} ${LIBKVM} ${LIBBSDXML} ${LIBCURSES} ${LIBSBUF}
LDADD= -lgeom -ldevstat -lkvm -lbsdxml -lcurses -lsbuf
.include <bsd.prog.mk>