NetBSD/regress/bin/ps/Makefile
apb 6c7dcc02eb Add regression tests for bin/ps. At present, the only feature
tested is the selection of columns and headings, especially
via the -o option.
2006-10-02 17:59:00 +00:00

9 lines
132 B
Makefile

# $NetBSD: Makefile,v 1.1 2006/10/02 17:59:00 apb Exp $
NOMAN= # defined
regress:
@sh ${.CURDIR}/ps.sh
.include <bsd.prog.mk>