diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 1999-02-12 20:51:38 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 1999-02-12 20:51:38 +0000 |
| commit | 56fc98761177ec30c5b9adb2a6f55176078a0ec0 (patch) | |
| tree | a223aa477752efcbfb77cf64d6c4a65d481c3b9e | |
| parent | 41c67e12bdcdc0ce3aacd49d1207ecbe3841e7a8 (diff) | |
Notes
| -rw-r--r-- | etc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index 9500c60d7fbc..59f54065f4a2 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 -# $Id: Makefile,v 1.192 1999/02/11 15:46:22 jkh Exp $ +# $Id: Makefile,v 1.193 1999/02/11 16:30:54 brian 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.serial rc.shutdown \ + rc.serial rc.shutdown rc.diskless1 rc.diskless2 \ etc.${MACHINE_ARCH}/rc.${MACHINE_ARCH} \ remote security services shells syslog.conf \ etc.${MACHINE_ARCH}/ttys etc.${MACHINE_ARCH}/disktab rpc make.conf \ |
