blob: c67d52c4d8531f08ec6764cd3472ebd8c35a0d38 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $OpenBSD: Makefile,v 1.3 2002/01/03 02:30:23 art Exp $
# $NetBSD: Makefile,v 1.3 1998/03/02 21:57:38 cgd Exp $
PROG= unfdpass
CLEANFILES+=file1 file2 output test-sock
REGRESSTARGETS=do-unfdpass
do-unfdpass:
./unfdpass > output
cmp -s ${.CURDIR}/expected output
.include <bsd.regress.mk>
|