diff options
| author | John Birrell <jb@FreeBSD.org> | 1997-05-03 03:50:06 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1997-05-03 03:50:06 +0000 |
| commit | 870039320ffbf6d3defd48faa288bb650ca2a1cb (patch) | |
| tree | edfa5ba030406429c7a12970ea64bcf2ea32a909 /lib/libc/nls | |
| parent | 85351f7d5aac0bff601c4dc0a6aa7f035685a306 (diff) | |
Notes
Diffstat (limited to 'lib/libc/nls')
| -rw-r--r-- | lib/libc/nls/Makefile.inc | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/libc/nls/Makefile.inc b/lib/libc/nls/Makefile.inc index 22c693ba669d..6d2aceacb423 100644 --- a/lib/libc/nls/Makefile.inc +++ b/lib/libc/nls/Makefile.inc @@ -1,6 +1,11 @@ -# $NetBSD: Makefile.inc,v 1.7 1995/02/27 13:06:20 cgd Exp $ +# from $NetBSD: Makefile.inc,v 1.7 1995/02/27 13:06:20 cgd Exp $ +# $Id$ -.PATH: ${.CURDIR}/nls +.PATH: ${.CURDIR}/../libc/nls SRCS+= catclose.c catgets.c catopen.c msgcat.c + +# Only build man pages with libc. +.if ${LIB} == "c" MAN3+= nls/catclose.3 nls/catgets.3 nls/catopen.3 +.endif |
