diff options
author | ru <ru@FreeBSD.org> | 2003-04-02 20:13:59 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-04-02 20:13:59 +0000 |
commit | b6e2a1dccdce92b4fa014a9ca9dd2ab1697ce9aa (patch) | |
tree | e243af930aad63f6458629971d2c3dcf9917b7bc /etc/Makefile | |
parent | 0c1d01245ad39243db83fb67fe1560e56daa0281 (diff) | |
download | FreeBSD-src-b6e2a1dccdce92b4fa014a9ca9dd2ab1697ce9aa.zip FreeBSD-src-b6e2a1dccdce92b4fa014a9ca9dd2ab1697ce9aa.tar.gz |
Make disktab(5) MI (repo-copied from etc.i386/disktab).
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index 43f1178..cb1007d 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -7,7 +7,7 @@ SUBDIR= sendmail BIN1= amd.map apmd.conf auth.conf \ crontab csh.cshrc csh.login csh.logout \ - devd.conf dhclient.conf fbtab ftpusers gettytab group \ + devd.conf dhclient.conf disktab fbtab ftpusers gettytab group \ hosts hosts.allow hosts.equiv hosts.lpd \ inetd.conf login.access login.conf \ mac.conf motd netconfig networks newsyslog.conf \ @@ -16,7 +16,6 @@ BIN1= amd.map apmd.conf auth.conf \ rc.network rc.network6 rc.pccard rc.sendmail rc.serial rc.shutdown \ rc.subr rc.syscons rc.sysctl remote rpc services \ shells sysctl.conf syslog.conf usbd.conf \ - etc.${MACHINE_ARCH}/disktab \ etc.${MACHINE_ARCH}/rc.${MACHINE_ARCH} \ etc.${MACHINE_ARCH}/ttys \ ${.CURDIR}/../gnu/usr.bin/man/manpath/manpath.config \ |