Deleted Added
full compact
Makefile (211725) Makefile (226440)
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 211725 2010-08-23 22:24:11Z imp $
6# $FreeBSD: head/sbin/atm/atmconfig/Makefile 226440 2011-10-16 16:58:28Z cognet $
7
7
8.include <bsd.own.mk>
9
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
15.endif
16MAN= atmconfig.8
17# CFLAGS+= -DPATH_HELP='".:/usr/share/doc/atm:/usr/local/share/doc/atm"'
18
19CFLAGS+= -I${.OBJDIR}
20
21.ifndef RESCUE
22DPADD= ${LIBBSNMP}
23LDADD= -lbsnmp
10PROG= atmconfig
11.ifndef RESCUE
12SRCS= ${.OBJDIR}/oid.h
13.endif
14SRCS+= main.c diag.c natm.c
15.ifndef RESCUE
16SRCS+= atmconfig_device.c
17.endif
18MAN= atmconfig.8
19# CFLAGS+= -DPATH_HELP='".:/usr/share/doc/atm:/usr/local/share/doc/atm"'
20
21CFLAGS+= -I${.OBJDIR}
22
23.ifndef RESCUE
24DPADD= ${LIBBSNMP}
25LDADD= -lbsnmp
26. if ${MK_DYNAMICROOT} == "no" && ${MK_OPENSSL} != "no"
27LDADD+= -lcrypto
28. endif
24.endif
25
26.ifndef RESCUE
27CLEANFILES+= oid.h
28.endif
29
30# XXX - this is verboten
31.if ${MACHINE_CPUARCH} == "arm"

--- 14 unchanged lines hidden ---
29.endif
30
31.ifndef RESCUE
32CLEANFILES+= oid.h
33.endif
34
35# XXX - this is verboten
36.if ${MACHINE_CPUARCH} == "arm"

--- 14 unchanged lines hidden ---