# $NetBSD: Makefile,v 1.1.1.1 2011/05/17 03:48:50 agc Exp $

SCRIPTS=bsdlibtool
SCRIPTSDIR=/usr/bin
MAN=bsdlibtool.1
CLEANFILES+= ${SCRIPTS}

.include <bsd.prog.mk>

t:
	cd tests && ${MAKE} && ${MAKE} install

tclean:
	cd tests && ${MAKE} clean
