Expand PMF_FN_* macros.
[netbsd-mini2440.git] / regress / sys / kern / unfdpass / Makefile
blob004f642180f09eeb481b0112215a5ccf562c2b27
1 # $NetBSD: Makefile,v 1.7 2001/12/12 01:24:17 tv Exp $
3 NOMAN= # defined
5 PROG= unfdpass
6 WARNS= 1
8 CLEANFILES+=file1 file2 file3 file4 file5 file6 file7 file8 file9 file10 \
9 file11 file12 file13 file14 file15 file16 file17 file18 file19 \
10 file20 file21 file22 file23 file24 output test-sock
12 regress:
13 @./unfdpass > output
14 @if ! cmp -s ${.CURDIR}/expected output; then \
15 echo "FAILED"; \
16 else \
17 echo "PASSED"; \
20 .include <bsd.prog.mk>