summaryrefslogtreecommitdiff
path: root/regress/usr.sbin/pkg_add/Makefile
blob: 165a281fb75f98d58f29971beb290b7e35343d03 (plain)
1
2
3
4
5
6
7
8
9
10
# $OpenBSD: Makefile,v 1.2 2004/03/02 06:55:26 david Exp $

REGRESS_TARGETS=pkgnames

pkgnames:
	perl ${.CURDIR}/check-name

.PHONY: pkgnames 

.include <bsd.regress.mk>