Sync usage with man page.
[netbsd-mini2440.git] / regress / lib / libc / string / strcmp / Makefile
blob3c59a7c2c594d8a33ebe43e078423a88888c7f13
1 # $NetBSD: Makefile,v 1.1 2005/03/13 15:40:32 perry Exp $
3 NOMAN= # defined
5 PROG= strcmp_test
6 WARNS?= 3
8 regress: ${PROG}
9 ./${PROG}
11 .include <bsd.prog.mk>