Sync usage with man page.
[netbsd-mini2440.git] / regress / lib / libc / clone / Makefile
blobd7afe0cd613838a9f36714c7ec5bf08acd2393fd
1 # $NetBSD: Makefile,v 1.3 2002/04/21 20:23:59 bjh21 Exp $
3 NOMAN= # defined
5 PROG= clonetest
6 COPTS+= -g
7 WARNS?= 1
9 regress: ${PROG}
10 @if ./clonetest; then \
11 echo PASSED; \
12 else \
13 echo FAILED; \
14 exit 1; \
17 .include <bsd.prog.mk>