diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-04-29 11:17:03 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-04-29 11:17:03 +0000 |
commit | 2ea55819e2adf43dac2ec3dd504b797e507ed797 (patch) | |
tree | d0ff1eeb5c45d6d5a4ee4f0e291d4585763e8c81 /etc/Makefile | |
parent | dd722c8d3d4ea514e7f20def26dea03792e8b3c9 (diff) |
stop installing /etc/networks, it is now unused; OK deraadt@ tb@
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 aa0a7309ce2..45707622adc 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.461 2017/11/05 10:29:24 rpe Exp $ +# $OpenBSD: Makefile,v 1.462 2018/04/29 11:17:02 schwarze Exp $ .include <bsd.own.mk> @@ -41,7 +41,7 @@ BINOWN= root BINGRP= wheel MUTABLE=acme-client.conf changelist daily etc.${MACHINE}/disktab \ etc.${MACHINE}/login.conf ftpusers gettytab group ksh.kshrc locate.rc \ - mailer.conf moduli monthly netstart networks newsyslog.conf ntpd.conf \ + mailer.conf moduli monthly netstart newsyslog.conf ntpd.conf \ pf.os protocols rc rc.conf rpc services shells syslog.conf weekly # -rw-r--r-- |