freebsd_amp_hwpstate/gnu/usr.bin/ptx/Makefile

8 lines
197 B
Makefile
Raw Normal View History

1994-05-06 07:54:54 +00:00
PROG= ptx
SRCS= argmatch.c diacrit.c error.c getopt.c getopt1.c ptx.c regex.c xmalloc.c
MAN1= NOMAN
CFLAGS+= -DHAVE_CONFIG_H -DDEFAULT_IGNORE_FILE=\"/usr/share/dict/eign\"
.include <bsd.prog.mk>