FreeBSD Bugzilla – Attachment 103806 Details for
Bug 143830
[patch] atmconfig(8): Fix conditional inclusion for sbin/atm/atmconfig
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 686 bytes, created by
Enji Cooper
on 2010-02-12 03:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Enji Cooper
Created:
2010-02-12 03:10:01 UTC
Size:
686 bytes
patch
obsolete
>Index: sbin/atm/atmconfig/Makefile >=================================================================== >RCS file: /usr/local/cvsroot/freebsd/src/sbin/atm/atmconfig/Makefile,v >retrieving revision 1.9 >diff -u -r1.9 Makefile >--- sbin/atm/atmconfig/Makefile 19 Oct 2009 16:00:24 -0000 1.9 >+++ sbin/atm/atmconfig/Makefile 12 Feb 2010 02:59:55 -0000 >@@ -5,6 +5,10 @@ > # > # $FreeBSD$ > >+.include <bsd.own.mk> >+ >+.if ${MK_ATM} != "no" >+ > PROG= atmconfig > .ifndef RESCUE > SRCS= ${.OBJDIR}/oid.h >@@ -40,5 +44,7 @@ > ${.OBJDIR}/oid.h: atm_oid.list ${SNMP_ATM_DEF} > cat ${SNMP_ATM_DEF} | gensnmptree -e `tail -n +2 ${.CURDIR}/atm_oid.list` \ > > ${.OBJDIR}/oid.h >+ >+.endif > > .include <bsd.prog.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 143830
: 103806 |
103807