Subversion Repositories

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

Rev 47 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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