diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-09-15 15:25:21 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-09-15 15:25:21 +0000 |
commit | 3fbd04e6e6aa00e4ac99c462fb3c43274392eb6f (patch) | |
tree | 62878c93105cfcc201680e85a83344ed520eb8a5 /usr.sbin/atm | |
parent | f9e84c2fee26d451ae6b713776c2b68225361e80 (diff) | |
download | src-test2-3fbd04e6e6aa00e4ac99c462fb3c43274392eb6f.tar.gz src-test2-3fbd04e6e6aa00e4ac99c462fb3c43274392eb6f.zip |
Notes
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 6bd5e1e28b27..26f89204938e 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 |