summaryrefslogtreecommitdiffstats
path: root/usr.sbin/atm/scspd
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-09-15 15:25:21 +0000
committerphk <phk@FreeBSD.org>1998-09-15 15:25:21 +0000
commitb8ac0ac58402a90b1876152abf954dcb12d192aa (patch)
tree65453857b648a74a86d73f75ff8f066685c10a56 /usr.sbin/atm/scspd
parent2ff38e0785e569ceeae6a04ee62fe47071ef7ea6 (diff)
downloadFreeBSD-src-b8ac0ac58402a90b1876152abf954dcb12d192aa.zip
FreeBSD-src-b8ac0ac58402a90b1876152abf954dcb12d192aa.tar.gz
-I ${.OBJDIR} needed to pick up the yacc generated include file.
Diffstat (limited to 'usr.sbin/atm/scspd')
-rw-r--r--usr.sbin/atm/scspd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/atm/scspd/Makefile b/usr.sbin/atm/scspd/Makefile
index 6bd5e1e..26f8920 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.5 1998/07/10 16:01:58 jpt Exp $
+# @(#) $Id: Makefile,v 1.1 1998/09/15 08:23:15 phk 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
+CFLAGS+= -I ${.CURDIR}/../../../sys -I ${.OBJDIR}
LDADD+= -latm
YFLAGS= -d
OpenPOWER on IntegriCloud