diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-06-20 13:43:59 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-06-20 13:43:59 +0000 |
commit | cbb07a57c5be19446f1b697ca0ce31c8439cf5f8 (patch) | |
tree | 3fafdcd134adb7137b40366077f2782956c74be9 /usr.sbin | |
parent | 8f4f4def73f63b8e9a4366bb49fcbbae6e31bd17 (diff) |
add my system, mostly to get masquerading
Diffstat (limited to 'usr.sbin')
-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 88624e91e2d..ba5cd03011f 100644 --- a/usr.sbin/sendmail/cf/cf/Makefile +++ b/usr.sbin/sendmail/cf/cf/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 1997/06/09 09:45:37 grr Exp $ +# $OpenBSD: Makefile,v 1.13 1997/06/20 13:43:58 kstailey Exp $ # @(#)Makefile 8.19 (Berkeley) 1/14/97 # @@ -26,7 +26,7 @@ RM= rm -f ALL= boat-anchor.cf trinity.cf \ clientproto.cf openbsd-proto.cf tcpproto.cf uucpproto.cf \ gandalf.cf saruman.cf alatar.cf nettan.cf waldorf.cf \ - lucifier.cf + lucifier.cf elbereth.cf all: $(ALL) |