summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkstailey <kstailey@openbsd.org>1997-04-09 10:59:56 +0000
committerkstailey <kstailey@openbsd.org>1997-04-09 10:59:56 +0000
commit01c21e526705701608208e192898adead6fc4903 (patch)
treefad533376f9765c90d207f9114a76ce860357459
parentRemove the rest of the new files. (diff)
downloadwireguard-openbsd-01c21e526705701608208e192898adead6fc4903.tar.xz
wireguard-openbsd-01c21e526705701608208e192898adead6fc4903.zip
fix syntax errors
-rw-r--r--etc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 895ff4547eb..9e97212fb01 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -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--