diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-02-11 15:46:22 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-02-11 15:46:22 +0000 |
| commit | fc8353317d5b36680c41852e9984e07724b31cf2 (patch) | |
| tree | a6395654badbe0135b4861871ae47abdce8f14e3 | |
| parent | ef56f6db5dd61cd47c162930f4ec7b7a1be90b19 (diff) | |
Notes
| -rw-r--r-- | etc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index ecae12c9cec8..cceabba0d0e7 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 -# $Id: Makefile,v 1.190 1999/02/09 23:17:25 jkh Exp $ +# $Id: Makefile,v 1.191 1999/02/10 09:14:05 jkh Exp $ SUBDIR= sendmail @@ -9,7 +9,7 @@ BIN1= aliases amd.map crontab csh.cshrc csh.login csh.logout dm.conf \ newsyslog.conf pam.conf phones pccard.conf.sample \ printcap profile protocols \ rc rc.atm rc.devfs rc.firewall rc.isdn rc.network rc.pccard \ - rc.diskless rc.serial rc.shutdown \ + 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 \ |
