diff options
author | John Baldwin <jhb@FreeBSD.org> | 2001-01-09 22:28:17 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2001-01-09 22:28:17 +0000 |
commit | dbbd9a31218f3af7c5fdf9c78283a58c5c423203 (patch) | |
tree | 5ad03a424387dff71bc75a89642da6c785015c7b /etc/Makefile | |
parent | b82286ac16e2d1372a8971a4dede5a0866c4b127 (diff) | |
download | src-dbbd9a31218f3af7c5fdf9c78283a58c5c423203.tar.gz src-dbbd9a31218f3af7c5fdf9c78283a58c5c423203.zip |
Move the syscons configuration to a machine independent rc.syscons. The
syscons sh code was identical on both platforms except for whitespace
differences.
Notes
Notes:
svn path=/head/; revision=70856
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile index 75da9571415e..8d2d2ead7954 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -13,7 +13,8 @@ BIN1= amd.map apmd.conf auth.conf \ printcap profile protocols \ rc rc.atm rc.devfs rc.diskless1 rc.diskless2 rc.firewall rc.firewall6 \ rc.isdn rc.network rc.network6 rc.pccard rc.serial rc.shutdown \ - rc.sysctl remote rpc security services shells syslog.conf usbd.conf \ + rc.syscons rc.sysctl remote rpc security services shells syslog.conf \ + usbd.conf \ etc.${MACHINE_ARCH}/disktab \ etc.${MACHINE_ARCH}/rc.${MACHINE_ARCH} \ etc.${MACHINE_ARCH}/ttys \ |