diff options
author | brian <brian@FreeBSD.org> | 1998-09-13 23:14:20 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1998-09-13 23:14:20 +0000 |
commit | f69ac0c38654fe24e1fb1f743a634e62b4518e1a (patch) | |
tree | 05807670b688156dd57c34df1a2490843ec8da3e | |
parent | 599fa37c054788768ffd8391b259af20186c9e6d (diff) | |
download | FreeBSD-src-f69ac0c38654fe24e1fb1f743a634e62b4518e1a.zip FreeBSD-src-f69ac0c38654fe24e1fb1f743a634e62b4518e1a.tar.gz |
Gasp ! Bitten by the wonders of diff/patch ! Now's your chance to
say ``I told you so'' Andrey !
Move the Id keyword to the right Makefile
-rw-r--r-- | etc/Makefile | 4 | ||||
-rw-r--r-- | etc/mail/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile index 8d102f2..1752efe 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,7 +1,5 @@ -# $Id:$ - # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 -# $Id: Makefile,v 1.170 1998/08/31 20:45:41 jb Exp $ +# $Id: Makefile,v 1.171 1998/09/13 23:05:46 brian Exp $ SUBDIR= sendmail diff --git a/etc/mail/Makefile b/etc/mail/Makefile index 2371db3..8acdd93 100644 --- a/etc/mail/Makefile +++ b/etc/mail/Makefile @@ -1,3 +1,5 @@ +# $Id: Makefile,v 1.171 1998/09/13 23:05:46 brian Exp $ + default: .if exists(/etc/mail/ips.txt) mv -f /etc/mail/ips.txt /etc/mail/ips.txt.0 |