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''.
This commit is contained in:
parent
c6885e2617
commit
09823ba540
@ -1,19 +1,12 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../sys/kern
|
||||
|
||||
PROG= gstat
|
||||
|
||||
NOMAN=
|
||||
SRCS= gstat.c subr_sbuf.c
|
||||
|
||||
.PATH: ${CURDIR}/../../sys/kern
|
||||
|
||||
WARNS?= 5
|
||||
|
||||
LDADD += -lgeom
|
||||
LDADD += -ldevstat
|
||||
LDADD += -lkvm
|
||||
LDADD += -lbsdxml
|
||||
LDADD += -lcurses
|
||||
|
||||
NOMAN= sorry
|
||||
DPADD= ${LIBGEOM} ${LIBDEVSTAT} ${LIBKVM} ${LIBBSDXML} ${LIBCURSES}
|
||||
LDADD= -lgeom -ldevstat -lkvm -lbsdxml -lcurses
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user