diff options
author | jkh <jkh@FreeBSD.org> | 1995-03-31 11:41:58 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-03-31 11:41:58 +0000 |
commit | 18a762fab9a5d5516afdc13d9767d3e1923b75f4 (patch) | |
tree | 6e9faaad950b6518515d23f3d670e91c3b47d46e /etc/Makefile | |
parent | 5298443c4f6089c467ea394b81f10c3c688f7381 (diff) | |
download | FreeBSD-src-18a762fab9a5d5516afdc13d9767d3e1923b75f4.zip FreeBSD-src-18a762fab9a5d5516afdc13d9767d3e1923b75f4.tar.gz |
Add modem database file for new tip changes.
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index c0d5f43..5140a32 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 -# $Id: Makefile,v 1.111 1995/03/24 00:17:37 jkh Exp $ +# $Id: Makefile,v 1.112 1995/03/30 06:26:07 rgrimes Exp $ # disktab may be wrong -- hcx9 is a tahoe, but gets its own. # -rw-r--r-- @@ -7,7 +7,7 @@ BINOWN= root BINGRP= wheel BIN1= aliases csh.cshrc csh.login csh.logout dm.conf \ ftpusers gettytab group hosts host.conf hosts.equiv hosts.lpd \ - inetd.conf login.access motd netstart \ + inetd.conf login.access motd modems netstart \ networks phones printcap profile protocols \ rc rc.local rc.serial etc.${MACHINE}/rc.${MACHINE} \ remote security services sysconfig shells \ |