freebsd-dev/usr.sbin/gstat/Makefile
Ruslan Ermilov 09823ba540 Fixed a typo in ${.CURDIR} spelling, fatal on systems
without the /sys symlink pointing to the current tree.
(Revision 1.2 made it non-fatal, but anyway.)

Apply style.Makefile(5).

Fixed ``make checkdpadd''.
2003-03-21 14:45:46 +00:00

13 lines
242 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/kern
PROG= gstat
NOMAN=
SRCS= gstat.c subr_sbuf.c
WARNS?= 5
DPADD= ${LIBGEOM} ${LIBDEVSTAT} ${LIBKVM} ${LIBBSDXML} ${LIBCURSES}
LDADD= -lgeom -ldevstat -lkvm -lbsdxml -lcurses
.include <bsd.prog.mk>