diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-11-05 03:57:18 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-11-05 03:57:18 +0000 |
commit | 5ed7b4136d82d2a74c1c17c8413e4c4906049aef (patch) | |
tree | 5521b0e14efad552ff1bc76675306562412d79f8 /usr.sbin | |
parent | c3a13c73486aadd8bca91dcb026bbed614e51fb4 (diff) |
Enable NFS
Add configuration for test machine
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/sendmail/cf/cf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sendmail/cf/cf/Makefile b/usr.sbin/sendmail/cf/cf/Makefile index 514c62c3c09..03cae566d3f 100644 --- a/usr.sbin/sendmail/cf/cf/Makefile +++ b/usr.sbin/sendmail/cf/cf/Makefile @@ -24,7 +24,7 @@ RM= rm -f ALL= boat-anchor.cf chimera.cf pain.cf sun-lamp.cf trinity.cf \ clientproto.cf netbsd-proto.cf tcpproto.cf uucpproto.cf \ - gandalf.cf + gandalf.cf saruman.cf all: $(ALL) |