Deleted Added
full compact
Makefile (133565) Makefile (138809)
1# Copyright (c) 2001-2003
2# Fraunhofer Institute for Open Communication Systems (FhG Fokus).
3# All rights reserved.
4# Author: Harti Brandt <brandt@fokus.gmd.de>
5#
1# Copyright (c) 2001-2003
2# Fraunhofer Institute for Open Communication Systems (FhG Fokus).
3# All rights reserved.
4# Author: Harti Brandt <brandt@fokus.gmd.de>
5#
6# $FreeBSD: head/sbin/atm/atmconfig/Makefile 133565 2004-08-12 12:31:43Z harti $
6# $FreeBSD: head/sbin/atm/atmconfig/Makefile 138809 2004-12-13 15:42:46Z obrien $
7
8PROG= atmconfig
9.ifndef RESCUE
10SRCS= ${.OBJDIR}/oid.h
11.endif
12SRCS+= main.c diag.c natm.c
13.ifndef RESCUE
14SRCS+= atmconfig_device.c

--- 10 unchanged lines hidden (view full) ---

25
26.ifndef RESCUE
27CLEANFILES+= oid.h
28.endif
29
30.if ${MACHINE_ARCH} == "arm"
31WARNS?= 3
32.else
7
8PROG= atmconfig
9.ifndef RESCUE
10SRCS= ${.OBJDIR}/oid.h
11.endif
12SRCS+= main.c diag.c natm.c
13.ifndef RESCUE
14SRCS+= atmconfig_device.c

--- 10 unchanged lines hidden (view full) ---

25
26.ifndef RESCUE
27CLEANFILES+= oid.h
28.endif
29
30.if ${MACHINE_ARCH} == "arm"
31WARNS?= 3
32.else
33WARNS?= 9
33WARNS?= 6
34.endif
35
36FILES= atmconfig.help atmconfig_device.help
37FILESDIR= /usr/share/doc/atm
38
39SNMP_ATM_DEF= ${.CURDIR}/../../../contrib/ngatm/snmp_atm/atm_tree.def \
40 ${.CURDIR}/../../../lib/libbsnmp/modules/snmp_atm/atm_freebsd.def
41
42${.OBJDIR}/oid.h: atm_oid.list ${SNMP_ATM_DEF}
43 cat ${SNMP_ATM_DEF} | gensnmptree -e `tail -n +2 ${.CURDIR}/atm_oid.list` \
44 > ${.OBJDIR}/oid.h
45
46.include <bsd.prog.mk>
34.endif
35
36FILES= atmconfig.help atmconfig_device.help
37FILESDIR= /usr/share/doc/atm
38
39SNMP_ATM_DEF= ${.CURDIR}/../../../contrib/ngatm/snmp_atm/atm_tree.def \
40 ${.CURDIR}/../../../lib/libbsnmp/modules/snmp_atm/atm_freebsd.def
41
42${.OBJDIR}/oid.h: atm_oid.list ${SNMP_ATM_DEF}
43 cat ${SNMP_ATM_DEF} | gensnmptree -e `tail -n +2 ${.CURDIR}/atm_oid.list` \
44 > ${.OBJDIR}/oid.h
45
46.include <bsd.prog.mk>