Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / regress / lib / libc / string / strcat / Makefile
blob0c9328718a4b34c7157e59b4f6a6892d10bd14a7
1 # $NetBSD: Makefile,v 1.1 2005/03/13 15:40:32 perry Exp $
3 NOMAN= # defined
5 PROG= strcat_test
6 WARNS?= 3
8 regress: ${PROG}
9 ./${PROG}
11 .include <bsd.prog.mk>