OSDN Git Service

initial commit
[openbsd-octeon/openbsd-octeon.git] / src / regress / sys / kern / unfdpass / Makefile
1 #       $OpenBSD: Makefile,v 1.9 2010/06/21 16:55:52 phessler Exp $
2 #       $NetBSD: Makefile,v 1.3 1998/03/02 21:57:38 cgd Exp $
3
4 PROG=   unfdpass
5
6 CLEANFILES+=file1 file2 file3 output test-sock
7 REGRESS_TARGETS=do-unfdpass1 do-unfdpass2
8
9 do-unfdpass1: ${PROG}
10         ./unfdpass > output
11         cmp -s ${.CURDIR}/expected output
12
13 do-unfdpass2: ${PROG}
14         ./unfdpass -p > output
15         cmp -s ${.CURDIR}/expected output
16
17 .include <bsd.regress.mk>