diff options
Diffstat (limited to 'contrib/bsnmp/gensnmptree/Makefile.in')
-rw-r--r-- | contrib/bsnmp/gensnmptree/Makefile.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/contrib/bsnmp/gensnmptree/Makefile.in b/contrib/bsnmp/gensnmptree/Makefile.in new file mode 100644 index 0000000000000..91634efdce1cc --- /dev/null +++ b/contrib/bsnmp/gensnmptree/Makefile.in @@ -0,0 +1,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) |