- 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:
parent
a8f000b5a4
commit
eeef7cdba6
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user