Fix mdoc(7)/man(7) mix up.
[netbsd-mini2440.git] / lib / libc / ssp / Makefile.inc
blob7527e0924fb6028b5ea982d03f00db522cd6a535
1 #       $NetBSD: Makefile.inc,v 1.1 2007/05/30 01:17:31 tls Exp $
3 .PATH: ${.CURDIR}/ssp
5 SSP_SRCS=       gets_chk.c fgets_chk.c memcpy_chk.c memmove_chk.c memset_chk.c \
6                 snprintf_chk.c sprintf_chk.c strcat_chk.c strcpy_chk.c \
7                 strncat_chk.c strncpy_chk.c vsnprintf_chk.c vsprintf_chk.c
9 .for i in ${SSP_SRCS}
10 SRCS+=${i}
11 WARNS.${i}=4
12 .endfor
14 MAN+=   ssp.3 __builtin_object_size.3