Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 26 | Rev 79 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 26 Rev 40
Line 14... Line 14...
14
DEB_INSTALL_CHANGELOGS_ALL := ChangeLog
14
DEB_INSTALL_CHANGELOGS_ALL := ChangeLog
15
DEB_INSTALL_DOCS_ALL := README
15
DEB_INSTALL_DOCS_ALL := README
16
DEB_DH_INSTALL_SOURCEDIR := debian/tmp
16
DEB_DH_INSTALL_SOURCEDIR := debian/tmp
17
17
18
LDFLAGS += -Wl,-z,defs -Wl,--as-needed
18
LDFLAGS += -Wl,-z,defs -Wl,--as-needed
19
-
 
20
common-install-arch::
-
 
21
	install -m755 debian/scripts/lsh-server-config \
-
 
22
		debian/tmp/usr/sbin
-