diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-02-17 21:58:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-02-17 21:58:50 +0000 |
commit | fd9b2439d810923afba27cb353884ce7b5a67973 (patch) | |
tree | 7a79e0f2b7e28fcdff86b40e4e6a608aa1d1b787 | |
parent | 5cb0a336a679326057ad40b57543d1f5e8194130 (diff) |
do not put a space after a backslash
-rw-r--r-- | etc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index 14e6a40c10f..8e15e4a6a9a 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.39 1997/02/16 23:11:55 provos Exp $ +# $OpenBSD: Makefile,v 1.40 1997/02/17 21:58:49 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific @@ -18,7 +18,7 @@ BIN1= aliases bootptab changelist ccd.conf csh.cshrc csh.login csh.logout \ hosts.equiv hosts.lpd ifaliases inetd.conf ipf.rules ksh.kshrc \ locate.rc man.conf monthly motd mrouted.conf myname netstart \ networks newsyslog.conf passwd.conf phones printcap protocols \ - rbootd.conf rc rc.local remote rpc security services shells \ + rbootd.conf rc rc.local remote rpc security services shells \ syslog.conf virc weekly etc.${MACHINE}/disktab # -rw-rw-r-- |