15a719d303
Define IDIST and use it instead of ${DIST}/texinfo.
22 lines
406 B
Makefile
22 lines
406 B
Makefile
# $NetBSD: Makefile,v 1.9 2003/01/17 15:32:23 wiz Exp $
|
|
|
|
NOLINKLIB= # defined
|
|
NOLINT= # defined
|
|
NOPIC= # defined
|
|
NOPROFILE= # defined
|
|
|
|
LIB= common
|
|
SRCS+= substring.c xexit.c xmalloc.c xstrdup.c
|
|
|
|
CPPFLAGS+= -DGNULOCALEDIR=\"/usr/share/locale\" \
|
|
-DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\"
|
|
|
|
.include <bsd.lib.mk>
|
|
|
|
.PATH: ${IDIST}/lib ${IDIST}/po
|
|
|
|
all: ${FILES}
|
|
.SUFFIXES: .gmo .mo
|
|
.gmo.mo:
|
|
@cp $< $@
|