diff options
Diffstat (limited to 'gnu/usr.bin/groff/pfbtops/Makefile')
-rw-r--r-- | gnu/usr.bin/groff/pfbtops/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gnu/usr.bin/groff/pfbtops/Makefile b/gnu/usr.bin/groff/pfbtops/Makefile deleted file mode 100644 index 28eac95..0000000 --- a/gnu/usr.bin/groff/pfbtops/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# $FreeBSD$ - -PROG= pfbtops -LDADD+= ${LIBGROFF} -DPADD+= ${LIBGROFF} - -CLEANFILES+= pfbtops.1 - -.include "../Makefile.cfg" -.include <bsd.prog.mk> |