diff options
Diffstat (limited to 'gnu/usr.bin/ptx/Makefile')
| -rw-r--r-- | gnu/usr.bin/ptx/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gnu/usr.bin/ptx/Makefile b/gnu/usr.bin/ptx/Makefile new file mode 100644 index 000000000000..340c09afb7fd --- /dev/null +++ b/gnu/usr.bin/ptx/Makefile @@ -0,0 +1,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> |
