install correct aliases file
[unix-history] / usr / src / usr.sbin / sendmail / src / Makefile
index fbf8028..490b94c 100644 (file)
@@ -14,7 +14,7 @@
 # IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
 # WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 #
 # IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
 # WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 #
-#      @(#)Makefile    5.8 (Berkeley) %G%
+#      @(#)Makefile    5.9 (Berkeley) %G%
 #
 SRCS=  alias.c arpadate.c clock.c collect.c conf.c convtime.c daemon.c \
        deliver.c domain.c envelope.c err.c headers.c macro.c main.c \
 #
 SRCS=  alias.c arpadate.c clock.c collect.c conf.c convtime.c daemon.c \
        deliver.c domain.c envelope.c err.c headers.c macro.c main.c \
@@ -52,7 +52,7 @@ install: ${MAN}
        install -c -o bin -g bin -m 644 /dev/null ${DESTDIR}/usr/lib/sendmail.fc
        install -c -o bin -g bin -m 666 /dev/null ${DESTDIR}/usr/lib/sendmail.st
        install -c -o bin -g bin -m 444 sendmail.0 ${DESTDIR}/usr/man/cat8
        install -c -o bin -g bin -m 644 /dev/null ${DESTDIR}/usr/lib/sendmail.fc
        install -c -o bin -g bin -m 666 /dev/null ${DESTDIR}/usr/lib/sendmail.st
        install -c -o bin -g bin -m 444 sendmail.0 ${DESTDIR}/usr/man/cat8
-       install -c -o bin -g bin -m 444 aliases.5 ${DESTDIR}/usr/man/cat5
+       install -c -o bin -g bin -m 444 aliases.0 ${DESTDIR}/usr/man/cat5
        install -c -o bin -g bin -m 444 newaliases.0 ${DESTDIR}/usr/man/cat1
        rm -f ${DESTDIR}/usr/ucb/newaliases
        ln -s ${DESTDIR}/usr/lib/sendmail ${DESTDIR}/usr/ucb/newaliases
        install -c -o bin -g bin -m 444 newaliases.0 ${DESTDIR}/usr/man/cat1
        rm -f ${DESTDIR}/usr/ucb/newaliases
        ln -s ${DESTDIR}/usr/lib/sendmail ${DESTDIR}/usr/ucb/newaliases