Print this page
7293 Sun Secure Shell is neither
*** 24,88 ****
# Use is subject to license terms.
#
include ../Makefile.cmd
- # libopenbsd-compat and libssh are used by all SSH binaries, and sftp-server is
- # also used as an internal part of sshd.
SUBDIRS= \
! etc \
! libopenbsd-compat \
! libssh \
! sftp-server \
! .WAIT \
! ssh \
! sshd \
! scp \
! ssh-add \
! ssh-agent \
! ssh-keygen \
! ssh-keysign \
! ssh-keyscan \
! sftp \
! ssh-http-proxy-connect \
! ssh-socks5-proxy-connect
!
! MSGFILE=ssh.po
! POFILE=_messages.po
CLOBBERFILES += $(MSGFILE) THIRDPARTYLICENSE
.KEEP_STATE:
all := TARGET= all
clean := TARGET= clean
clobber := TARGET= clobber
- delete := TARGET= delete
install := TARGET= install
- lint := TARGET= lint
- catalog := TARGET= catalog
- package := TARGET= package
- _msg := TARGET= _msg
- $(POFILE) := TARGET= $(POFILE)
! all clean install lint $(POFILE): $(SUBDIRS)
clobber: $(SUBDIRS) clobber_local
clobber_local:
$(RM) $(CLOBBERFILES)
all install: THIRDPARTYLICENSE
- check: $(CHECKHDRS)
-
- # See Makefile.msg.targ for $(MSGFILE) update instructions
- _msg:
- $(RM) $(POFILE)
- $(TOUCH) $(POFILE)
- $(MAKE) $(POFILE) XGETTEXT=/usr/bin/gxgettext
- $(CP) $(POFILE) $(MSGFILE)
- $(CP) $(MSGFILE) $(MSGDOMAIN)
-
$(SUBDIRS): FRC
cd $@; pwd; $(MAKE) $(TARGET)
# skip the summary; just include the actual license clauses.
THIRDPARTYLICENSE: doc/LICENCE
--- 24,55 ----
# Use is subject to license terms.
#
include ../Makefile.cmd
SUBDIRS= \
! etc
CLOBBERFILES += $(MSGFILE) THIRDPARTYLICENSE
.KEEP_STATE:
all := TARGET= all
clean := TARGET= clean
clobber := TARGET= clobber
install := TARGET= install
! all clean install: $(SUBDIRS)
!
! lint:
!
clobber: $(SUBDIRS) clobber_local
clobber_local:
$(RM) $(CLOBBERFILES)
all install: THIRDPARTYLICENSE
$(SUBDIRS): FRC
cd $@; pwd; $(MAKE) $(TARGET)
# skip the summary; just include the actual license clauses.
THIRDPARTYLICENSE: doc/LICENCE