summaryrefslogtreecommitdiffstats
path: root/sbin/atm/ilmid
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-09-15 19:16:33 +0000
committerphk <phk@FreeBSD.org>1998-09-15 19:16:33 +0000
commit40cd9ddb5aaef8f992891e173ed1c81005c4df79 (patch)
tree3a7cec2c44dc4b4f170a50e1c35f62fe31d91c99 /sbin/atm/ilmid
parent0f69ff535bf5f37c0857a8feedfb9493c5792097 (diff)
downloadFreeBSD-src-40cd9ddb5aaef8f992891e173ed1c81005c4df79.zip
FreeBSD-src-40cd9ddb5aaef8f992891e173ed1c81005c4df79.tar.gz
Remove blank after -I
Diffstat (limited to 'sbin/atm/ilmid')
-rw-r--r--sbin/atm/ilmid/Makefile4
1 files changed, 2 insertions, 2 deletions
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>
OpenPOWER on IntegriCloud