freebsd-dev/gnu/usr.bin/texinfo/libtxi/Makefile

21 lines
213 B
Makefile
Raw Normal View History

#
1997-02-22 15:48:31 +00:00
# $Id$
#
TXIDIR= ${.CURDIR}/../../../../contrib/texinfo/libtxi
.PATH: $(TXIDIR)
LIB= txi
SRCS+= getopt.c getopt1.c
NOPROFILE= NO
NOPIC= NO
NOSHARED= NO
install:
@true
.include <bsd.lib.mk>