Cross Reference: Makefile
xref: /src/regress/sys/kern/unfdpass/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/regress/sys/kern/unfdpass/
Makefile revision 1.1
11.1Sthorpej#	$NetBSD: Makefile,v 1.1 1998/01/07 03:53:00 thorpej Exp $
21.1Sthorpej
31.1SthorpejPROG=	unfdpass
41.1SthorpejNOMAN=	noman, no way, man
51.1Sthorpej
61.1SthorpejCLEANFILES+=file1 file2 output
71.1Sthorpej
81.1Sthorpejregress:
91.1Sthorpej	@./unfdpass > output
101.1Sthorpej	@if ! cmp -s ${.CURDIR}/expected output; then \
111.1Sthorpej		echo "FAILED"; \
121.1Sthorpej	else \
131.1Sthorpej		echo "PASSED"; \
141.1Sthorpej	fi
151.1Sthorpej
161.1Sthorpej.include <bsd.prog.mk>
17

Indexes created Mon Nov 10 17:20:41 GMT 2025