diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-04-20 07:29:00 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-04-20 07:29:00 +0000 |
commit | 5af3bb05d265d873790c830b35a511f090ede38a (patch) | |
tree | e16636b1b8d5bae356e98ff84afb75f9e78d273f /usr.sbin/sendmail/cf | |
parent | 32941b8d7a4c3bb13c7a4843dea726e37f65b723 (diff) |
My new toy
Diffstat (limited to 'usr.sbin/sendmail/cf')
-rw-r--r-- | usr.sbin/sendmail/cf/cf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sendmail/cf/cf/Makefile b/usr.sbin/sendmail/cf/cf/Makefile index 86a66fcb08b..d0eebebb49f 100644 --- a/usr.sbin/sendmail/cf/cf/Makefile +++ b/usr.sbin/sendmail/cf/cf/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 1997/02/28 04:11:11 downsj Exp $ +# $OpenBSD: Makefile,v 1.9 1997/04/20 07:28:59 tholo Exp $ # @(#)Makefile 8.19 (Berkeley) 1/14/97 # @@ -25,7 +25,7 @@ RM= rm -f ALL= boat-anchor.cf trinity.cf \ clientproto.cf openbsd-proto.cf tcpproto.cf uucpproto.cf \ - gandalf.cf saruman.cf nettan.cf waldorf.cf + gandalf.cf saruman.cf alatar.cf nettan.cf waldorf.cf all: $(ALL) |