1# $NetBSD: Makefile,v 1.2 2009/04/14 22:15:27 lukem Exp $ 2 3PROG= tabs 4DPADD= ${LIBTERMCAP} 5LDADD= -ltermcap 6 7.include <bsd.prog.mk> 8