use CPPFLAGS instead of CFLAGS

This commit is contained in:
lukem 1997-10-23 03:24:56 +00:00
parent 86334d6bd9
commit 7eb1a33b9b
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# from: @(#)Makefile 8.2 (Berkeley) 12/15/93
# $NetBSD: Makefile,v 1.6 1996/02/24 01:15:15 jtk Exp $
# $NetBSD: Makefile,v 1.7 1997/10/23 03:24:56 lukem Exp $
LIB= telnet
SRCS= auth.c encrypt.c genget.c getent.c misc.c
CFLAGS+= -DHAS_CGETENT
CPPFLAGS+= -DHAS_CGETENT
# These are the sources that have encryption stuff in them.
CRYPT_SRC= auth.c enc-proto.h enc_des.c encrypt.c