LIBS=-latmd
#LIBS=-lfl # lex may want  -ll  here
#INCLUDES=
OBJS=atmarpd.o arp.o io.o itf.o table.o
BOOTPGMS=atmarpd
MAN8=atmarpd.8

include ../Rules.make

atmarpd:		$(OBJS)
			$(CC) $(LDFLAGS) -o atmarpd $(OBJS) $(LIBS) $(LDLIBS)

