summaryrefslogtreecommitdiffstats
path: root/contrib/bsnmp/gensnmpdef/Makefile.in
blob: fa34cf70c8e20e5797201e1654d9aafdb13f8203 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright (c) 2004
#	Hartmut Brandt
#	All rights reserved.
#
# Author: Harti Brandt <harti@freebsd.org>
#
# $Begemot: bsnmp/gensnmpdef/Makefile.in,v 1.2 2004/04/14 09:54:51 novo Exp $
#

PROG=	gensnmpdef
SRCS=	gensnmpdef.c
MAN1=	gensnmpdef.1

CFLAGS+= -I/usr/local/include

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