diff options
author | phk <phk@FreeBSD.org> | 1998-09-15 19:16:33 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1998-09-15 19:16:33 +0000 |
commit | 40cd9ddb5aaef8f992891e173ed1c81005c4df79 (patch) | |
tree | 3a7cec2c44dc4b4f170a50e1c35f62fe31d91c99 | |
parent | 0f69ff535bf5f37c0857a8feedfb9493c5792097 (diff) | |
download | FreeBSD-src-40cd9ddb5aaef8f992891e173ed1c81005c4df79.zip FreeBSD-src-40cd9ddb5aaef8f992891e173ed1c81005c4df79.tar.gz |
Remove blank after -I
-rw-r--r-- | sbin/atm/atm/Makefile | 4 | ||||
-rw-r--r-- | sbin/atm/fore_dnld/Makefile | 4 | ||||
-rw-r--r-- | sbin/atm/ilmid/Makefile | 4 | ||||
-rw-r--r-- | usr.sbin/atm/atmarpd/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/sbin/atm/atm/Makefile b/sbin/atm/atm/Makefile index 18c02db..31ff5d2 100644 --- a/sbin/atm/atm/Makefile +++ b/sbin/atm/atm/Makefile @@ -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> diff --git a/sbin/atm/fore_dnld/Makefile b/sbin/atm/fore_dnld/Makefile index ac7c3a2..0f3d543 100644 --- a/sbin/atm/fore_dnld/Makefile +++ b/sbin/atm/fore_dnld/Makefile @@ -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> diff --git a/sbin/atm/ilmid/Makefile b/sbin/atm/ilmid/Makefile index b7ed852..aa0ede3 100644 --- a/sbin/atm/ilmid/Makefile +++ b/sbin/atm/ilmid/Makefile @@ -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> diff --git a/usr.sbin/atm/atmarpd/Makefile b/usr.sbin/atm/atmarpd/Makefile index 7a4ca81..d484632 100644 --- a/usr.sbin/atm/atmarpd/Makefile +++ b/usr.sbin/atm/atmarpd/Makefile @@ -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> |