honor environment settings of SYSDIR and BINDIR

This commit is contained in:
sam 2003-11-13 21:24:09 +00:00
parent c0bafc9a83
commit e7e8d816a5

View File

@ -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