summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install-info/files/Makefile.in
blob: 1b04a3b335f8c2478f78d53bbbc04c0c3db70199 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# $NetBSD: Makefile.in,v 1.3 2006/03/10 06:10:44 epg Exp $

.if defined(PREFIX)
BINDIR?=	${PREFIX}/bin
.else
BINDIR?=	/usr/bin
.endif

PROG=	pkg_install-info
SRCS=	getopt.c getopt1.c install-info.c xexit.c xstrdup.c

CPPFLAGS+=	-DHAVE_CONFIG_H
CPPFLAGS+=	-I.
CPPFLAGS+=	-DENABLE_NLS=0
CPPFLAGS+=	-DLOCALEDIR=\"\"
CPPFLAGS+=	-DPACKAGE=PACKAGE_NAME
CPPFLAGS+=	-DVERSION=PACKAGE_VERSION
LDADD+=		@LIBOBJS@

MAN=

DISTCLEANFILES=	Makefile config.h  config.log config.status \
		configure.lineno stamp-*

distclean: .NOTMAIN cleandir
	-rm -f ${DISTCLEANFILES}

.include <bsd.prog.mk>