Remove blank after -I

This commit is contained in:
Poul-Henning Kamp 1998-09-15 19:16:33 +00:00
parent 6aef63e85c
commit a6f32b0c35
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=39290
4 changed files with 8 additions and 8 deletions

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.5 1998/07/10 16:01:58 jpt Exp $
# @(#) $Id: Makefile,v 1.1 1998/09/15 08:22:44 phk Exp $
#
#
@ -32,7 +32,7 @@ SRCS= atm.c atm_fore200.c atm_eni.c atm_inet.c atm_print.c \
atm_set.c atm_show.c atm_subr.c
MAN8= atm.8
CFLAGS+= -I ${.CURDIR}/../../../sys
CFLAGS+= -I${.CURDIR}/../../../sys
LDADD+= -latm
.include <bsd.prog.mk>

View File

@ -23,14 +23,14 @@
# Copies of this Software may be made, however, the above copyright
# notice must be reproduced on all copies.
#
# @(#) $Id: Makefile,v 1.5 1998/07/10 16:01:58 jpt Exp $
# @(#) $Id: Makefile,v 1.1 1998/09/15 08:22:46 phk Exp $
#
#
PROG= fore_dnld
MAN8= fore_dnld.8
CFLAGS+= -I ${.CURDIR}/../../../sys
CFLAGS+= -I${.CURDIR}/../../../sys
LDADD+= -latm
.include <bsd.prog.mk>

View File

@ -23,14 +23,14 @@
# Copies of this Software may be made, however, the above copyright
# notice must be reproduced on all copies.
#
# @(#) $Id: Makefile,v 1.5 1998/07/10 16:01:58 jpt Exp $
# @(#) $Id: Makefile,v 1.1 1998/09/15 08:22:47 phk Exp $
#
#
PROG= ilmid
MAN8= ilmid.8
CFLAGS+= -I ${.CURDIR}/../../../sys
CFLAGS+= -I${.CURDIR}/../../../sys
LDADD+= -latm
.include <bsd.prog.mk>

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.5 1998/07/10 16:01:58 jpt Exp $
# @(#) $Id: Makefile,v 1.1 1998/09/15 08:23:14 phk Exp $
#
#
@ -32,7 +32,7 @@ SRCS= atmarpd.c atmarp_config.c atmarp_log.c atmarp_scsp.c \
atmarp_subr.c atmarp_timer.c
MAN8= atmarpd.8
CFLAGS+= -I ${.CURDIR}/../../../sys
CFLAGS+= -I${.CURDIR}/../../../sys
LDADD+= -latm -lmd
.include <bsd.prog.mk>