summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gettext/lib/Makefile
blob: b1d64a96eae28067d25630394d95c2e7e09383ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#	$NetBSD: Makefile,v 1.3 2001/12/12 12:24:20 lukem Exp $

NOLINT=		# defined
NOPIC=		# defined
NOPROFILE=	# defined

.include <bsd.own.mk>

LIB=	nlsut
SRCS=	basename.c error.c fstrcmp.c getline.c getopt.c getopt1.c hash.c \
	obstack.c printf-prs.c stpcpy.c stpncpy.c xgetcwd.c xmalloc.c \
	xstrdup.c

.include "${.CURDIR}/../Makefile.inc"

.PATH:	${DIST}/gettext/lib

# only needed during build
libinstall::

.include <bsd.lib.mk>