# BRCM_VERSION=3
[bcm963xx.git] / userapps / opensource / net-snmp / ov / Makefile.in
1 TARG = oid_to_type oid_to_sym
2
3 all: $(TARG)
4
5 oid_to_type: oid_to_type.in ../sedscript
6         $(SED) -f ../sedscript $(srcdir)/oid_to_type.in > oid_to_type
7
8 oid_to_sym: oid_to_sym.in ../sedscript
9         $(SED) -f ../sedscript $(srcdir)/oid_to_sym.in > oid_to_sym
10
11 clean:
12         rm -f $(TARG)
13
14 install:
15