freebsd_amp_hwpstate/gnu/usr.bin/ptx/Makefile

11 lines
224 B
Makefile
Raw Normal View History

1994-05-06 07:54:54 +00:00
PROG= ptx
1994-05-06 08:34:11 +00:00
SRCS= argmatch.c diacrit.c error.c getopt.c getopt1.c ptx.c xmalloc.c
1994-05-06 07:54:54 +00:00
1994-05-06 08:34:11 +00:00
LDADD+= -lgnuregex
DPADD+= ${GNUREGEX}
1994-05-06 07:54:54 +00:00
CFLAGS+= -DHAVE_CONFIG_H -DDEFAULT_IGNORE_FILE=\"/usr/share/dict/eign\"
NOMAN=
1994-05-06 08:34:11 +00:00
1994-05-06 07:54:54 +00:00
.include <bsd.prog.mk>