mirror of
https://github.com/opnsense/src.git
synced 2026-02-17 17:49:34 -05:00
10 lines
190 B
Makefile
10 lines
190 B
Makefile
# from $NetBSD: Makefile.inc,v 1.7 1995/02/27 13:06:20 cgd Exp $
|
|
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../libc/nls
|
|
|
|
SRCS+= msgcat.c
|
|
|
|
.if ${LIB} == "c"
|
|
MAN3+= catclose.3 catgets.3 catopen.3
|
|
.endif
|