1995-01-25 23:01:34 +00:00
|
|
|
*** Makefile.orig Fri Apr 1 11:03:58 1994
|
1995-10-13 00:36:30 +00:00
|
|
|
--- Makefile Thu Oct 12 17:31:47 1995
|
1994-10-23 01:37:00 +00:00
|
|
|
***************
|
|
|
|
*** 1,25 ****
|
|
|
|
! BINDIR= /usr/local/bin
|
|
|
|
! ETCDIR= /usr/local/etc
|
|
|
|
! MANDIR= /usr/local/man
|
|
|
|
MANEXT= 8
|
|
|
|
|
|
|
|
all:
|
|
|
|
@ echo 'Use the "build" command (shell script) to make ftpd.'
|
|
|
|
@ echo 'You can say "build help" for details on how it works.'
|
|
|
|
|
|
|
|
install: bin/ftpd bin/ftpcount bin/ftpshut
|
1995-10-13 00:36:30 +00:00
|
|
|
! -mv -f ${ETCDIR}/ftpd ${ETCDIR}/ftpd-old
|
1994-10-23 01:37:00 +00:00
|
|
|
@echo Installing binaries.
|
|
|
|
! install -o bin -g bin -m 755 bin/ftpd ${ETCDIR}/ftpd
|
|
|
|
! install -o bin -g bin -m 755 bin/ftpshut ${BINDIR}/ftpshut
|
|
|
|
! install -o bin -g bin -m 755 bin/ftpcount ${BINDIR}/ftpcount
|
|
|
|
! install -o bin -g bin -m 755 bin/ftpwho ${BINDIR}/ftpwho
|
|
|
|
@echo Installing manpages.
|
|
|
|
! install -o bin -g bin -m 755 doc/ftpd.8 ${MANDIR}/man8/ftpd.8
|
|
|
|
! install -o bin -g bin -m 755 doc/ftpcount.1 ${MANDIR}/man1/ftpcount.1
|
|
|
|
! install -o bin -g bin -m 755 doc/ftpwho.1 ${MANDIR}/man1/ftpwho.1
|
|
|
|
! install -o bin -g bin -m 755 doc/ftpshut.8 ${MANDIR}/man8/ftpshut.8
|
|
|
|
! install -o bin -g bin -m 755 doc/ftpaccess.5 ${MANDIR}/man5/ftpaccess.5
|
|
|
|
! install -o bin -g bin -m 755 doc/ftphosts.5 ${MANDIR}/man5/ftphosts.5
|
|
|
|
! install -o bin -g bin -m 755 doc/ftpconversions.5 ${MANDIR}/man5/ftpconversions.5
|
|
|
|
! install -o bin -g bin -m 755 doc/xferlog.5 ${MANDIR}/man5/xferlog.5
|
1995-08-11 00:23:59 +00:00
|
|
|
--- 1,41 ----
|
1994-10-23 01:37:00 +00:00
|
|
|
! BINDIR= ${PREFIX}/bin
|
1995-08-08 11:06:34 +00:00
|
|
|
! LIBEXECDIR= ${PREFIX}/libexec
|
1994-10-23 01:37:00 +00:00
|
|
|
! ETCDIR= ${PREFIX}/etc
|
|
|
|
! MANDIR= ${PREFIX}/man
|
|
|
|
MANEXT= 8
|
|
|
|
|
|
|
|
all:
|
|
|
|
+ /bin/sh build fb2
|
|
|
|
@ echo 'Use the "build" command (shell script) to make ftpd.'
|
|
|
|
@ echo 'You can say "build help" for details on how it works.'
|
|
|
|
|
|
|
|
install: bin/ftpd bin/ftpcount bin/ftpshut
|
1995-10-13 00:36:30 +00:00
|
|
|
! -mv -f ${LIBEXECDIR}/ftpd ${LIBEXECDIR}/ftpd-old
|
1994-10-23 01:37:00 +00:00
|
|
|
@echo Installing binaries.
|
1995-08-08 11:06:34 +00:00
|
|
|
! install -c -o bin -g bin -m 755 bin/ftpd ${LIBEXECDIR}/ftpd
|
1994-10-23 01:37:00 +00:00
|
|
|
! install -c -o bin -g bin -m 755 bin/ftpshut ${BINDIR}/ftpshut
|
|
|
|
! install -c -o bin -g bin -m 755 bin/ftpcount ${BINDIR}/ftpcount
|
|
|
|
! install -c -o bin -g bin -m 755 bin/ftpwho ${BINDIR}/ftpwho
|
1995-08-11 00:23:59 +00:00
|
|
|
! install -c -o bin -g bin -m 755 bin/ckconfig ${BINDIR}/ftpckconfig
|
|
|
|
! @echo Installing basic configuration
|
|
|
|
! install -c -o root -g bin -m 755 doc/examples/ftpaccess ${ETCDIR}/ftpaccess
|
|
|
|
! install -c -o root -g bin -m 755 doc/examples/ftpusers ${ETCDIR}/ftpusers
|
|
|
|
! install -c -o root -g bin -m 755 doc/examples/ftpconversions ${ETCDIR}/ftpconversions
|
1994-10-23 01:37:00 +00:00
|
|
|
@echo Installing manpages.
|
|
|
|
! install -c -o bin -g bin -m 755 doc/ftpd.8 ${MANDIR}/man8/ftpd.8
|
|
|
|
! install -c -o bin -g bin -m 755 doc/ftpcount.1 ${MANDIR}/man1/ftpcount.1
|
|
|
|
! install -c -o bin -g bin -m 755 doc/ftpwho.1 ${MANDIR}/man1/ftpwho.1
|
|
|
|
! install -c -o bin -g bin -m 755 doc/ftpshut.8 ${MANDIR}/man8/ftpshut.8
|
|
|
|
! install -c -o bin -g bin -m 755 doc/ftpaccess.5 ${MANDIR}/man5/ftpaccess.5
|
|
|
|
! install -c -o bin -g bin -m 755 doc/ftphosts.5 ${MANDIR}/man5/ftphosts.5
|
|
|
|
! install -c -o bin -g bin -m 755 doc/ftpconversions.5 ${MANDIR}/man5/ftpconversions.5
|
|
|
|
! install -c -o bin -g bin -m 755 doc/xferlog.5 ${MANDIR}/man5/xferlog.5
|
1995-01-25 22:41:57 +00:00
|
|
|
! @echo Compressing manpages
|
1995-01-25 23:01:34 +00:00
|
|
|
! gzip -f -9 ${MANDIR}/man8/ftpd.8
|
|
|
|
! gzip -f -9 ${MANDIR}/man1/ftpcount.1
|
|
|
|
! gzip -f -9 ${MANDIR}/man1/ftpwho.1
|
|
|
|
! gzip -f -9 ${MANDIR}/man8/ftpshut.8
|
|
|
|
! gzip -f -9 ${MANDIR}/man5/ftpaccess.5
|
|
|
|
! gzip -f -9 ${MANDIR}/man5/ftphosts.5
|
|
|
|
! gzip -f -9 ${MANDIR}/man5/ftpconversions.5
|
|
|
|
! gzip -f -9 ${MANDIR}/man5/xferlog.5
|