From 4533a28bd62785996e83359a67ec445ee1ea8684 Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Fri, 13 Aug 1993 06:11:18 +0000 Subject: [PATCH] Enable lastlog install commands. --- etc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/Makefile b/etc/Makefile index dcce0e45b637..2cfe69b6e9c9 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -119,8 +119,8 @@ distribution: distrib-dirs ${DESTDIR}/var/log/lpd-errs install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/log/maillog -# install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ -# ${DESTDIR}/var/log/lastlog + install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ + ${DESTDIR}/var/log/lastlog install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/log/messages install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \