Remove gratuitous (and bad) spaces in -I args.

This commit is contained in:
Jordan K. Hubbard 1998-09-15 19:01:46 +00:00
parent c4fab580ab
commit 6aef63e85c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=39289

View File

@ -23,7 +23,7 @@
# Copies of this Software may be made, however, the above copyright
# notice must be reproduced on all copies.
#
# @(#) $Id: Makefile,v 1.2 1998/09/15 15:25:21 phk Exp $
# @(#) $Id: Makefile,v 1.3 1998/09/15 18:57:43 jkh Exp $
#
#
@ -35,7 +35,7 @@ SRCS= scspd.c scsp_cafsm.c scsp_config.c scsp_config_lex.c \
scsp_timer.c
MAN8= scspd.8
CFLAGS+= -I ${.CURDIR}/../../../sys -I ${.OBJDIR}
CFLAGS+= -I${.CURDIR}/../../../sys -I${.OBJDIR}
LDADD+= -latm -lmd
DPADD+= ${LIBMD}