freebsd-dev/gnu/usr.bin/texinfo/libtxi/Makefile
1997-02-22 15:48:31 +00:00

21 lines
213 B
Makefile

#
# $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>