0ac69ffac4
- makefile lint (moving NOxx to top of file, include <bsd.own.mk> as necessary, ...)
22 lines
422 B
Makefile
22 lines
422 B
Makefile
# $NetBSD: Makefile,v 1.8 2002/09/19 03:09:43 lukem 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: ${DIST}/texinfo/lib ${DIST}/texinfo/po
|
|
|
|
all: ${FILES}
|
|
.SUFFIXES: .gmo .mo
|
|
.gmo.mo:
|
|
@cp $< $@
|