diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-26 01:00:22 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-26 01:00:22 +0000 |
commit | 34e1842672eceb6cbea1a28cd649313de39a1fbb (patch) | |
tree | 63ab62672799ff47f4606aa7f065084306f44e89 /etc/Makefile | |
parent | 8282b0bce5a2a230516dc0eb8fa0b18dc560b2d5 (diff) |
install sysctl.conf
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile index 90f25c0398c..5b3693dd944 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.81 1998/03/25 23:03:27 deraadt Exp $ +# $OpenBSD: Makefile,v 1.82 1998/03/26 01:00:21 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific @@ -17,8 +17,9 @@ BIN1= aliases bootptab changelist ccd.conf csh.cshrc csh.login csh.logout \ hosts.lpd ifaliases inetd.conf ipf.rules ksh.kshrc \ locate.rc man.conf monthly motd mrouted.conf myname ipnat.rules \ netstart networks newsyslog.conf passwd.conf phones printcap \ - protocols rbootd.conf rc rc.conf rc.local rc.securelevel remote rpc security \ - services shells syslog.conf weekly etc.${MACHINE}/disktab + protocols rbootd.conf rc rc.conf rc.local rc.securelevel remote rpc \ + security services shells sysctl.conf syslog.conf weekly \ + etc.${MACHINE}/disktab # -rw-rw-r-- BIN2= motd |