diff options
author | pst <pst@FreeBSD.org> | 1996-09-07 16:18:32 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1996-09-07 16:18:32 +0000 |
commit | 7fdf49473c970aa96ee1bae16928d1db23643228 (patch) | |
tree | 0abcbad9804fcf7a7157983937cadcf61449b840 /contrib/groff/Makefile.lib | |
download | FreeBSD-src-7fdf49473c970aa96ee1bae16928d1db23643228.zip FreeBSD-src-7fdf49473c970aa96ee1bae16928d1db23643228.tar.gz |
Virgin import of FSF groff v1.10
Diffstat (limited to 'contrib/groff/Makefile.lib')
-rw-r--r-- | contrib/groff/Makefile.lib | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/contrib/groff/Makefile.lib b/contrib/groff/Makefile.lib new file mode 100644 index 0000000..019ba6a --- /dev/null +++ b/contrib/groff/Makefile.lib @@ -0,0 +1,14 @@ +LIBCLEAN=lib$(LIB).a +MAKEFILEPARTS=$(srcdir)/../Makefile.comm ../Makefile.cfg \ + $(srcdir)/Makefile.sub $(srcdir)/../Makefile.lib $(srcdir)/Makefile.dep + +all: lib$(LIB).a + +lib$(LIB).a: $(OBJS) + $(AR) r $@ $? + $(RANLIB) $@ + +depend: depend_src +depend.temp: $(GENSRCS) +TAGS: $(CCSRCS) $(CSRCS) +Makefile: $(MAKEFILEPARTS) |