Allow variable $(INCLUDES)
authorTheodore Tso <tytso@mit.edu>
Thu, 3 Jun 1993 12:17:05 +0000 (12:17 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 3 Jun 1993 12:17:05 +0000 (12:17 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2601 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/telnet/telnetd/Makefile.generic

index c6e549652c5a60afbde46b098f78370e75267499..0da4f96dddd71b2e29153c4d047c76f9f4fb5c29 100644 (file)
@@ -26,7 +26,7 @@ OBJS= ${OBJ1} ${GETTYOBJ}
 SRCS=  ${SRC1} ${GETTYSRC}
 
 MAN=   telnetd.0
-CFLAGS=        ${LCCFLAGS} -I.. ${DEFINES}
+CFLAGS=        ${LCCFLAGS} $(INCLUDES) ${DEFINES}
 ARPA_TELNET = ../arpa/telnet.h
 
 #