mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 11:10:32 -04:00
19 lines
639 B
Text
19 lines
639 B
Text
*** Makefile.orig Thu Aug 28 08:22:41 2003
|
|
--- Makefile Thu Aug 28 08:22:54 2003
|
|
*************** endif
|
|
*** 187,193 ****
|
|
|
|
# extra targets
|
|
addpasswd: $(OBJDIR)/addpasswd.o
|
|
! $(CXX) -o $(OBJDIR)/addpasswd $(CFLAGS) $(OBJDIR)/addpasswd.o $(LDFLAGS) -l$(PTLIB_BASE)$(LIB_TYPE) $(ENDLDLIBS) $(ENDLDFLAGS)
|
|
|
|
doc: docs/manual.sgml
|
|
cd docs; sgml2html manual.sgml; \
|
|
--- 187,193 ----
|
|
|
|
# extra targets
|
|
addpasswd: $(OBJDIR)/addpasswd.o
|
|
! $(CXX) -o $(OBJDIR)/addpasswd $(CFLAGS) $(OBJDIR)/addpasswd.o $(LDFLAGS) -l$(PTLIB_BASE)$(LIB_TYPE)_s $(ENDLDLIBS) $(ENDLDFLAGS)
|
|
|
|
doc: docs/manual.sgml
|
|
cd docs; sgml2html manual.sgml; \
|