summaryrefslogtreecommitdiffstats
path: root/contrib/bsnmp/gensnmptree/Makefile.in
blob: 91634efdce1cc3a6ba5853637e53b9cd6c3f3f35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright (c) 2001-2003
#	Fraunhofer Institute for Open Communication Systems (FhG Fokus).
#	All rights reserved.
#
# Author: Harti Brandt <harti@freebsd.org>
#
# $Begemot: bsnmp/gensnmptree/Makefile.in,v 1.3 2004/04/13 17:01:31 novo Exp $
#

PROG=	gensnmptree
SRCS=	gensnmptree.c
MAN1=	gensnmptree.1

CFLAGS+= -I$(srcdir)/../lib

$(PROG): $(SRCS:.c=.lo)
	$(LIBTOOL) --mode=link $(CC) $(LDLAGS) -o $@ $(SRCS:.c=.lo)
OpenPOWER on IntegriCloud