- Sort make variables

- Use SRCTOP instead of ad hoc definition for it

MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
ngie 2016-05-27 18:39:47 +00:00
parent a8f000b5a4
commit eeef7cdba6

View File

@ -2,8 +2,11 @@
PROG= ioatcontrol
MAN= ioatcontrol.8
CFLAGS+= -I${.CURDIR:H:H:H}/sys/dev/ioat
WARNS?= 6
CFLAGS+= -I${SRCTOP}/sys/dev/ioat
LIBADD= util
WARNS?= 6
.include <bsd.prog.mk>