diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-01-05 20:16:37 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-01-05 20:16:37 +0000 |
commit | 951eaf49f16fb3c83bfe94a3d802bca49aabfb8b (patch) | |
tree | 675d2aaf6d7b0eae658b3e803b853ee5da32867e /etc/Makefile | |
parent | 1b3c1f5fb89a93abbf7c4e084c02d88e031fc00e (diff) |
rtadvd.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 ab9c450945e..be005725a6d 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.104 1999/11/26 21:29:37 millert Exp $ +# $OpenBSD: Makefile,v 1.105 2000/01/05 20:16:36 angelos Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific @@ -18,8 +18,9 @@ BIN1= aliases bootptab changelist ccd.conf csh.cshrc csh.login csh.logout \ 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 rc.shutdown remote rpc security services shells \ - syslog.conf weekly etc.${MACHINE}/disktab dhclient.conf mailer.conf + rc.securelevel rc.shutdown remote rpc rtadvd.conf security services \ + shells syslog.conf weekly etc.${MACHINE}/disktab dhclient.conf \ + mailer.conf # -rw-rw-r-- BIN2= motd |