diff options
Diffstat (limited to 'gnu/usr.bin/groff/lookbib/Makefile')
-rw-r--r-- | gnu/usr.bin/groff/lookbib/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gnu/usr.bin/groff/lookbib/Makefile b/gnu/usr.bin/groff/lookbib/Makefile deleted file mode 100644 index 573421f..0000000 --- a/gnu/usr.bin/groff/lookbib/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# $FreeBSD$ - -PROG= lookbib -SRCS= lookbib.cc -LDADD+= $(LIBBIB) $(LIBGROFF) -lm -DPADD+= $(LIBBIB) $(LIBGROFF) $(LIBM) - -CLEANFILES+= lookbib.1 - -.include "../Makefile.cfg" -.include <bsd.prog.mk> |