mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-12 14:29:28 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=314461
@ -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 New Issue
Block a user