mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 01:11:30 -05:00
10 lines
224 B
Makefile
10 lines
224 B
Makefile
PROG= ptx
|
|
SRCS= argmatch.c diacrit.c error.c getopt.c getopt1.c ptx.c xmalloc.c
|
|
|
|
LDADD+= -lgnuregex
|
|
DPADD+= ${GNUREGEX}
|
|
CFLAGS+= -DHAVE_CONFIG_H -DDEFAULT_IGNORE_FILE=\"/usr/share/dict/eign\"
|
|
|
|
NOMAN=
|
|
|
|
.include <bsd.prog.mk>
|