mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones
This simplifies pathing in make/displayed output. MFC after: 1 week Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
5855f96f80
commit
1de134e528
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PROG= zonectl
|
||||
SRCS= zonectl.c
|
||||
SDIR= ${.CURDIR}/../../sys
|
||||
SDIR= ${SRCTOP}/sys
|
||||
LIBADD= cam sbuf util
|
||||
MAN= zonectl.8
|
||||
CFLAGS+=-g -O0
|
||||
|
|
|
|||
Loading…
Reference in a new issue