mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
af6a5351a1
- Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones. This simplifies pathing in make/displayed output. - Also, use :H where possible/sensical to manipulate .CURDIR-relative paths - Remove superfluous bsd.own.mk .includes which are already handled via src.opts.mk .includes MFC after: 1 week Sponsored by: Dell EMC Isilon
15 lines
219 B
Makefile
15 lines
219 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/contrib/ntp/sntp/libopts
|
|
|
|
LIB= opts
|
|
INTERNALLIB=
|
|
|
|
SRCS= libopts.c
|
|
|
|
CFLAGS+= -I${SRCTOP}/contrib/ntp/include \
|
|
-I${SRCTOP}/contrib/ntp/sntp/libopts \
|
|
-I${.CURDIR:H}
|
|
|
|
.include <bsd.lib.mk>
|