Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / lib / libc / nls / Makefile.inc
1 #       from $NetBSD: Makefile.inc,v 1.7 1995/02/27 13:06:20 cgd Exp $
2 # $FreeBSD: src/lib/libc/nls/Makefile.inc,v 1.5.2.2 2001/04/25 10:04:07 ru Exp $
3 # $DragonFly: src/lib/libc/nls/Makefile.inc,v 1.2 2003/06/17 04:26:44 dillon Exp $
4
5 .PATH: ${.CURDIR}/../libc/nls
6
7 SRCS+=  msgcat.c
8
9 .if ${LIB} == "c"
10 MAN+=   catclose.3 catgets.3 catopen.3
11 .endif