diff options
author | jkh <jkh@FreeBSD.org> | 1998-09-15 19:01:46 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-09-15 19:01:46 +0000 |
commit | 0f69ff535bf5f37c0857a8feedfb9493c5792097 (patch) | |
tree | 63d1c710c710b73b6d64a7256eaaad2a339aaa83 /usr.sbin/atm | |
parent | d191d62e8520d963e7064838c4c468a5e2042fd4 (diff) | |
download | FreeBSD-src-0f69ff535bf5f37c0857a8feedfb9493c5792097.zip FreeBSD-src-0f69ff535bf5f37c0857a8feedfb9493c5792097.tar.gz |
Remove gratuitous (and bad) spaces in -I args.
Diffstat (limited to 'usr.sbin/atm')
-rw-r--r-- | usr.sbin/atm/scspd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/atm/scspd/Makefile b/usr.sbin/atm/scspd/Makefile index 9245865..a913a1f 100644 --- a/usr.sbin/atm/scspd/Makefile +++ b/usr.sbin/atm/scspd/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.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} |