Browse Source

fix syntax errors

OPENBSD_2_1
kstailey 27 years ago
parent
commit
53a4e52e28
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/etc/Makefile

+ 3
- 3
src/etc/Makefile View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.42 1997/04/09 02:41:55 kstailey Exp $
# $OpenBSD: Makefile,v 1.43 1997/04/09 10:59:56 kstailey Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= US/Pacific
@ -17,8 +17,8 @@ BIN1= aliases bootptab changelist ccd.conf csh.cshrc csh.login csh.logout \
daily dm.conf exports ftpusers ftpchroot gettytab group hosts \
hosts.equiv hosts.lpd ifaliases inetd.conf ipf.rules ksh.kshrc \
locate.rc man.conf monthly motd mrouted.conf myname nat.rules \
netstart networks newsyslog.conf passwd.conf phones printcap
protocols rbootd.conf rc rc.local remote rpc security services
netstart networks newsyslog.conf passwd.conf phones printcap \
protocols rbootd.conf rc rc.local remote rpc security services \
shells syslog.conf virc weekly etc.${MACHINE}/disktab
# -rw-rw-r--


Loading…
Cancel
Save