Deleted Added
full compact
Makefile (22996) Makefile (24705)
1#
2# $Id$
3#
1# $Id$
4
2
5TXIDIR= ${.CURDIR}/../../../../contrib/texinfo/libtxi
3LIB= txi
4INTERNALLIB= true
5INTERNALSTATICLIB= true
6
6
7.PATH: $(TXIDIR)
7SRCS= getopt.c getopt1.c
8
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>
9.include <bsd.lib.mk>
10
11.PATH: ${TXIDIR}/libtxi