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 |