Makefile revision 21501
1#
2# $Id$
3#
4
5TXIDIR= ${.CURDIR}/../../../../contrib/texinfo/libtxi
6
7.PATH: $(TXIDIR)
8
9LIB= txi
10
11SRCS+= getopt.c getopt1.c
12
13NOPROFILE=      NO
14NOPIC=          NO
15NOSHARED=	NO
16
17install:
18	@true
19
20.include <bsd.lib.mk>
21