diff options
author | 1997-04-09 10:59:56 +0000 | |
---|---|---|
committer | 1997-04-09 10:59:56 +0000 | |
commit | 01c21e526705701608208e192898adead6fc4903 (patch) | |
tree | fad533376f9765c90d207f9114a76ce860357459 | |
parent | Remove the rest of the new files. (diff) | |
download | wireguard-openbsd-01c21e526705701608208e192898adead6fc4903.tar.xz wireguard-openbsd-01c21e526705701608208e192898adead6fc4903.zip |
fix syntax errors
-rw-r--r-- | etc/Makefile | 6 |
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-- |