From c663ec72c697c3743eb2ae0270afc1d7423c4f8e Mon Sep 17 00:00:00 2001 From: Masafumi Max NAKANE Date: Tue, 22 Sep 1998 15:10:18 +0000 Subject: [PATCH] Add fbtab and rc.devfs to BIN1 sothat they are included in the distribution. --- etc/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/Makefile b/etc/Makefile index 2d4f88781d4b..880a91cc36de 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,14 +1,14 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 -# $Id: Makefile,v 1.172 1998/09/13 23:14:10 brian Exp $ +# $Id: Makefile,v 1.173 1998/09/19 22:42:01 obrien Exp $ SUBDIR= sendmail BIN1= aliases amd.map crontab csh.cshrc csh.login csh.logout dm.conf \ - ftpusers gettytab group hosts host.conf hosts.equiv hosts.lpd \ + fbtab ftpusers gettytab group hosts host.conf hosts.equiv hosts.lpd \ inetd.conf login.conf login.access motd modems networks \ newsyslog.conf phones pccard.conf.sample printcap profile protocols \ - rc rc.conf rc.firewall rc.local rc.network rc.pccard rc.serial \ - rc.shutdown etc.${MACHINE_ARCH}/rc.${MACHINE_ARCH} \ + rc rc.conf rc.devfs rc.firewall rc.local rc.network rc.pccard \ + rc.serial rc.shutdown etc.${MACHINE_ARCH}/rc.${MACHINE_ARCH} \ remote security services shells syslog.conf \ etc.${MACHINE_ARCH}/ttys etc.${MACHINE_ARCH}/disktab rpc make.conf \ ${.CURDIR}/../gnu/usr.bin/man/manpath/manpath.config \