diff options
author | sam <sam@FreeBSD.org> | 2003-11-13 21:24:09 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2003-11-13 21:24:09 +0000 |
commit | e7e8d816a5c3be5345b9d8e94076805864555ac8 (patch) | |
tree | 10573835130392c17a671d1b6f4972084728402b /tools | |
parent | c0bafc9a839056bd4969563775267b32a90a9015 (diff) | |
download | FreeBSD-src-e7e8d816a5c3be5345b9d8e94076805864555ac8.zip FreeBSD-src-e7e8d816a5c3be5345b9d8e94076805864555ac8.tar.gz |
honor environment settings of SYSDIR and BINDIR
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tools/kttcp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tools/kttcp/Makefile b/tools/tools/kttcp/Makefile index 781e077..2f2feb3 100644 --- a/tools/tools/kttcp/Makefile +++ b/tools/tools/kttcp/Makefile @@ -4,8 +4,8 @@ SHELL= /bin/sh PROG= kttcp SRCS= kttcp.c -BINDIR= /usr/local/bin -SYSDIR= /usr/src/sys +BINDIR?=/usr/local/bin +SYSDIR?=/usr/src/sys CFLAGS += -I${SYSDIR} -Isys |