"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "Makefile.in" between
scponly-20110526.tgz and scponly-4.8.tgz

About: scponly is an alternative "shell" of sorts for system administrators who would like to provide access to remote users to both read and write local files without providing any remote execution privileges (a wrapper around "ssh"). Commands like chmod, pwd, chown, etc. are allowed for sftp.

Makefile.in  (scponly-20110526.tgz):Makefile.in  (scponly-4.8.tgz)
skipping to change at line 25 skipping to change at line 25
LN_S = @LN_S@ LN_S = @LN_S@
VPATH = @srcdir@ VPATH = @srcdir@
all: scponly groups all: scponly groups
clean: clean:
rm -f *.o scponly *~ debuglevel ${CHROOTED_NAME} groups rm -f *.o scponly *~ debuglevel ${CHROOTED_NAME} groups
love: clean all love: clean all
scponly: scponly.o helper.o netbsd_getopt_long.o scponly: scponly.o helper.o
${CC} ${CFLAGS} ${DEFS} -o $@ scponly.o helper.o netbsd_getopt_long.o ${CC} ${CFLAGS} ${DEFS} -o $@ scponly.o helper.o
groups: groups.c groups: groups.c
${CC} ${CFLAGS} ${DEFS} -o $@ groups.c ${CC} ${CFLAGS} ${DEFS} -o $@ groups.c
scponly.o: scponly.c config.h scponly.h scponly.o: scponly.c config.h scponly.h
${CC} ${CFLAGS} ${DEFS} -o $@ -c scponly.c ${CC} ${CFLAGS} ${DEFS} -o $@ -c scponly.c
helper.o: helper.c config.h scponly.h helper.o: helper.c config.h scponly.h
${CC} ${CFLAGS} ${DEFS} -o $@ -c helper.c ${CC} ${CFLAGS} ${DEFS} -o $@ -c helper.c
netbsd_getopt_long.o: netbsd_getopt_long.c config.h scponly.h
${CC} ${CFLAGS} ${DEFS} -o $@ -c netbsd_getopt_long.c
install: scponly debuglevel scponly.8 install: scponly debuglevel scponly.8
${INSTALL} -d ${DESTDIR}${bindir} ${INSTALL} -d ${DESTDIR}${bindir}
${INSTALL} -d ${DESTDIR}${mandir}/man8 ${INSTALL} -d ${DESTDIR}${mandir}/man8
${INSTALL} -d ${DESTDIR}${CONFDIR} ${INSTALL} -d ${DESTDIR}${CONFDIR}
${INSTALL} -o 0 -g 0 scponly ${DESTDIR}${bindir}/scponly ${INSTALL} -o 0 -g 0 scponly ${DESTDIR}${bindir}/scponly
${INSTALL} -o 0 -g 0 -m 0644 scponly.8 ${DESTDIR}${mandir}/man8/scponly.8 ${INSTALL} -o 0 -g 0 -m 0644 scponly.8 ${DESTDIR}${mandir}/man8/scponly.8
${INSTALL} -o 0 -g 0 -m 0644 debuglevel ${DESTDIR}${DEBUGFILE} ${INSTALL} -o 0 -g 0 -m 0644 debuglevel ${DESTDIR}${DEBUGFILE}
if test "x${CHROOTED_NAME}" != "x"; then \ if test "x${CHROOTED_NAME}" != "x"; then \
${INSTALL} -d ${DESTDIR}${sbindir}; \ ${INSTALL} -d ${DESTDIR}${sbindir}; \
rm -f ${DESTDIR}${sbindir}/${CHROOTED_NAME}; \ rm -f ${DESTDIR}${sbindir}/${CHROOTED_NAME}; \
 End of changes. 2 change blocks. 
5 lines changed or deleted 2 lines changed or added

Home  |  About  |  All  |  Newest  |  Fossies Dox  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTPS