1# @(#)Makefile 8.1 (Berkeley) 6/5/93 2 3PROG= route6d 4MAN= route6d.8 5 6CFLAGS+= -DHAVE_POLL_H 7 8WARNS?= 1 9 10.include <bsd.prog.mk> 11