mirror of
https://github.com/opnsense/src.git
synced 2026-03-26 04:33:12 -04:00
20 lines
213 B
Makefile
20 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>
|