Initial import from FreeBSD RELENG_4:
[dragonfly.git] / gnu / usr.bin / ptx / Makefile
1 PROG=   ptx
2 SRCS=   argmatch.c diacrit.c error.c getopt.c getopt1.c ptx.c xmalloc.c
3
4 LDADD+= -lgnuregex
5 DPADD+= ${LIBGNUREGEX}
6 CFLAGS+= -DHAVE_CONFIG_H -DDEFAULT_IGNORE_FILE=\"/usr/share/dict/eign\"
7
8 NOMAN=
9
10 SUBDIR+= doc
11
12 .include <bsd.prog.mk>