aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/ptx/Makefile
blob: 340c09afb7fd787ba35831947c2a247697c95793 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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>