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