diff options
author | 1997-06-20 13:43:58 +0000 | |
---|---|---|
committer | 1997-06-20 13:43:58 +0000 | |
commit | d56e5cce5943c3bfcc933099b5aeaa7d8d3a5203 (patch) | |
tree | 5dc4162d81a368d4e6de468c6f5187703c6620c8 | |
parent | off_t error (diff) | |
download | wireguard-openbsd-d56e5cce5943c3bfcc933099b5aeaa7d8d3a5203.tar.xz wireguard-openbsd-d56e5cce5943c3bfcc933099b5aeaa7d8d3a5203.zip |
add my system, mostly to get masquerading
-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) |