1#	$NetBSD: Makefile,v 1.1 1999/09/04 17:07:22 perry Exp $
2
3PROG=	qsubst
4DPADD+=	${LIBTERMINFO}
5LDADD+=	-lterminfo
6
7.include <bsd.prog.mk>
8